index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Age
Commit message (
Expand
)
Author
2026-06-17
perf sched: Replace (void*)1 sentinel with proper runtime allocation
Arnaldo Carvalho de Melo
2026-06-10
perf sched: Fix idle-hist callchain display using wrong rb_first variant
Arnaldo Carvalho de Melo
2026-06-10
perf sched: Bounds-check prio before test_bit() in timehist
Arnaldo Carvalho de Melo
2026-06-06
perf sched: Free callchain nodes in idle thread cleanup
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Replace BUG_ON and add NULL checks in replay event helpers
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Use thread__put() in free_idle_threads()
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Fix thread reference leak in idle hist processing
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Use is_idle_sample() for idle thread runtime cast guard
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Clean up idle_threads entry on init failure
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Fix register_pid() overflow, strcpy, and BUG_ON
Arnaldo Carvalho de Melo
2026-06-05
perf sched: Cap max_cpu at MAX_CPUS in timehist sample processing
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix thread reference leaks in timehist_get_thread()
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix comp_cpus heap overflow with cross-machine recordings
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix NULL dereference in latency_runtime_event
Arnaldo Carvalho de Melo
2026-06-04
perf sched: Fix thread reference leak in latency_switch_event
Arnaldo Carvalho de Melo
2026-06-04
perf tools: Guard test_bit from out-of-bounds sample CPU
Arnaldo Carvalho de Melo
2026-06-03
perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...
Ian Rogers
2026-06-03
perf sched: Replace BUG_ON on invalid CPU with graceful skip
Arnaldo Carvalho de Melo
2026-06-03
perf sched: Include file offset in event skip messages
Arnaldo Carvalho de Melo
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()
Swapnil Sapkal
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()
Swapnil Sapkal
2026-05-20
perf sched: Bounds check CPU in sched switch events
Ian Rogers
2026-05-20
perf sched: Don't pass evsel with sample
Ian Rogers
2026-05-20
perf callchain: Don't pass evsel and sample
Ian Rogers
2026-05-20
perf evsel: Refactor evsel tracepoint sample accessors perf_sample
Ian Rogers
2026-05-20
perf tool: Remove evsel from tool APIs that pass the sample
Ian Rogers
2026-05-11
perf sched: Add missing mmap2 handler in timehist
Ian Rogers
2026-05-11
perf sched stats: Fix segmentation faults, memory leaks, and stale pointers i...
Ian Rogers
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
2026-04-05
perf sched: Avoid crash for unexpected perf sched stats report
Namhyung Kim
2026-03-10
perf tools: Add layout support for --symfs option
Changbin Du
2026-01-28
perf sched stats: Define macro for SEP_LEN
Swapnil Sapkal
2026-01-28
perf sched stats: correct spelling of function name
Swapnil Sapkal
2026-01-28
perf sched stats: Add NULL check for cd_map
Swapnil Sapkal
2026-01-22
perf sched stats: Add support for diff subcommand
Swapnil Sapkal
2026-01-22
perf sched stats: Add support for live mode
Swapnil Sapkal
2026-01-22
perf sched stats: Add support for report subcommand
Swapnil Sapkal
2026-01-22
perf sched stats: Add record and rawdump support
Swapnil Sapkal
2025-10-01
perf sched: Avoid union type punning undefined behavior
Ian Rogers
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
2025-07-17
perf sched timehist: decode process names of processes in zombie state
Anubhav Shelat
2025-07-03
perf sched: Fix memory leaks in 'perf sched latency'
Namhyung Kim
2025-07-03
perf sched: Use RC_CHK_EQUAL() to compare pointers
Namhyung Kim
2025-07-03
perf sched: Fix memory leaks for evsel->priv in timehist
Namhyung Kim
2025-07-03
perf sched: Fix thread leaks in 'perf sched timehist'
Namhyung Kim
2025-07-03
perf sched: Fix memory leaks in 'perf sched map'
Namhyung Kim
2025-07-03
perf sched: Free thread->priv using priv_destructor
Namhyung Kim
2025-07-03
perf sched: Make sure it frees the usage string
Namhyung Kim
2024-12-09
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
Ian Rogers
2024-10-17
perf color: Add printf format checking and resolve issues
Ian Rogers
[next]