index
:
pub/scm/linux/kernel/git/joro/linux.git
master
Misc Development Tree
Joerg Roedel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
perf sched latency: Add histogram and time interval options
Aaron Tomlin
1
-6
/
+204
2026-08-07
perf sched latency: Auto-scale latency and runtime display units
Aaron Tomlin
1
-14
/
+32
2026-08-07
perf sched: Handle missing trace samples in pipe mode
Aaron Tomlin
1
-21
/
+51
2026-08-07
perf sched: Suppress latency table output when trace samples are missing
Aaron Tomlin
1
-11
/
+12
2026-07-15
perf sched: Free subcommand string after perf sched stats
Namhyung Kim
1
-4
/
+5
2026-07-15
perf sched: Fix memory leaks in perf sched stats report
Namhyung Kim
1
-0
/
+4
2026-07-15
perf sched: Add missing perf_session__delete()
Namhyung Kim
1
-1
/
+1
2026-06-30
tools/perf/sched: Update process names of processes in zombie state for both ...
Athira Rajeev
1
-6
/
+10
2026-06-30
perf evlist: Add reference count checking
Ian Rogers
1
-12
/
+12
2026-06-30
perf evlist: Add reference count
Ian Rogers
1
-3
/
+3
2026-06-17
perf sched: Replace (void*)1 sentinel with proper runtime allocation
Arnaldo Carvalho de Melo
1
-6
/
+17
2026-06-10
perf sched: Fix idle-hist callchain display using wrong rb_first variant
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
perf sched: Bounds-check prio before test_bit() in timehist
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-06-06
perf sched: Free callchain nodes in idle thread cleanup
Arnaldo Carvalho de Melo
1
-1
/
+4
2026-06-05
perf sched: Replace BUG_ON and add NULL checks in replay event helpers
Arnaldo Carvalho de Melo
1
-3
/
+25
2026-06-05
perf sched: Use thread__put() in free_idle_threads()
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-05
perf sched: Fix thread reference leak in idle hist processing
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-05
perf sched: Use is_idle_sample() for idle thread runtime cast guard
Arnaldo Carvalho de Melo
1
-1
/
+7
2026-06-05
perf sched: Clean up idle_threads entry on init failure
Arnaldo Carvalho de Melo
1
-1
/
+4
2026-06-05
perf sched: Fix register_pid() overflow, strcpy, and BUG_ON
Arnaldo Carvalho de Melo
1
-10
/
+30
2026-06-05
perf sched: Cap max_cpu at MAX_CPUS in timehist sample processing
Arnaldo Carvalho de Melo
1
-3
/
+5
2026-06-04
perf sched: Fix thread reference leaks in timehist_get_thread()
Arnaldo Carvalho de Melo
1
-1
/
+7
2026-06-04
perf sched: Fix comp_cpus heap overflow with cross-machine recordings
Arnaldo Carvalho de Melo
1
-4
/
+2
2026-06-04
perf sched: Fix NULL dereference in latency_runtime_event
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-06-04
perf sched: Fix thread reference leak in latency_switch_event
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-04
perf tools: Guard test_bit from out-of-bounds sample CPU
Arnaldo Carvalho de Melo
1
-2
/
+4
2026-06-03
perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...
Ian Rogers
1
-2
/
+2
2026-06-03
perf sched: Replace BUG_ON on invalid CPU with graceful skip
Arnaldo Carvalho de Melo
1
-3
/
+19
2026-06-03
perf sched: Include file offset in event skip messages
Arnaldo Carvalho de Melo
1
-5
/
+12
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()
Swapnil Sapkal
1
-2
/
+6
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()
Swapnil Sapkal
1
-2
/
+10
2026-05-20
perf sched: Bounds check CPU in sched switch events
Ian Rogers
1
-0
/
+15
2026-05-20
perf sched: Don't pass evsel with sample
Ian Rogers
1
-58
/
+34
2026-05-20
perf callchain: Don't pass evsel and sample
Ian Rogers
1
-3
/
+2
2026-05-20
perf evsel: Refactor evsel tracepoint sample accessors perf_sample
Ian Rogers
1
-47
/
+45
2026-05-20
perf tool: Remove evsel from tool APIs that pass the sample
Ian Rogers
1
-2
/
+2
2026-05-11
perf sched: Add missing mmap2 handler in timehist
Ian Rogers
1
-0
/
+1
2026-05-11
perf sched stats: Fix segmentation faults, memory leaks, and stale pointers i...
Ian Rogers
1
-37
/
+138
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-04-05
perf sched: Avoid crash for unexpected perf sched stats report
Namhyung Kim
1
-0
/
+2
2026-03-10
perf tools: Add layout support for --symfs option
Changbin Du
1
-2
/
+2
2026-01-28
perf sched stats: Define macro for SEP_LEN
Swapnil Sapkal
1
-10
/
+11
2026-01-28
perf sched stats: correct spelling of function name
Swapnil Sapkal
1
-2
/
+2
2026-01-28
perf sched stats: Add NULL check for cd_map
Swapnil Sapkal
1
-0
/
+5
2026-01-22
perf sched stats: Add support for diff subcommand
Swapnil Sapkal
1
-56
/
+260
2026-01-22
perf sched stats: Add support for live mode
Swapnil Sapkal
1
-1
/
+98
2026-01-22
perf sched stats: Add support for report subcommand
Swapnil Sapkal
1
-2
/
+507
2026-01-22
perf sched stats: Add record and rawdump support
Swapnil Sapkal
1
-1
/
+221
2025-10-01
perf sched: Avoid union type punning undefined behavior
Ian Rogers
1
-15
/
+4
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
1
-3
/
+5
[next]