index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Age
Commit message (
Expand
)
Author
2026-08-09
perf stat: Fix evsel_list leak in cmd_stat
Ian Rogers
2026-07-19
perf stat: Add --hide-zero-events option to suppress zero-count events
Aaron Tomlin
2026-07-16
perf stat: Do not open cgroups for BPF counters
Namhyung Kim
2026-07-08
perf stat: reject --field-separator and --json-output combination
Ivan Lazaric
2026-06-30
perf parse-events: Restrict core PMU bypass to --cputype option
Ian Rogers
2026-06-30
perf evlist: Add reference count checking
Ian Rogers
2026-06-30
perf evlist: Add reference count
Ian Rogers
2026-06-06
perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpu
Arnaldo Carvalho de Melo
2026-06-05
perf stat: Bounds-check CPU index in topology aggregation callbacks
Arnaldo Carvalho de Melo
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
2026-04-02
perf stat: Fix crash on arm64
Breno Leitao
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
2026-03-27
perf tools: Add --pmu-filter option for filtering PMUs
Qinxin Xia
2026-03-26
perf stat: Fix opt->value type for parse_cache_level
Ian Rogers
2026-02-10
perf stat: Add no-affinity flag
Ian Rogers
2026-02-10
perf evlist: Reduce affinity use and move into iterator, fix no affinity
Ian Rogers
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
2025-12-04
perf stat: Improve handling of termination by signal
Ian Rogers
2025-12-04
perf stat: When no events, don't report an error if there is none
Ian Rogers
2025-12-04
perf stat: Allow no events to open if this is a "--null" run
Ian Rogers
2025-11-18
perf stat: Read tool events last
Ian Rogers
2025-11-17
perf stat: Reduce scope of walltime_nsecs_stats
Ian Rogers
2025-11-17
perf stat: Reduce scope of ru_stats
Ian Rogers
2025-11-17
perf tool_pmu: Use old_count when computing count values for time events
Ian Rogers
2025-11-11
perf stat: Sort default events/metrics
Ian Rogers
2025-11-11
perf stat: Add detail -d,-dd,-ddd metrics
Ian Rogers
2025-11-11
perf jevents: Add metric DefaultShowEvents
Ian Rogers
2025-11-07
perf tool: Add the perf_tool argument to all callbacks
Ian Rogers
2025-10-25
perf stat: Add/fix bperf cgroup max events workarounds
Ian Rogers
2025-10-15
perf stat: Avoid wildcarding PMUs for default events
Ian Rogers
2025-10-13
perf bpf_counter: Fix opening of "any"(-1) CPU events
Ian Rogers
2025-10-13
perf stat: Additional verbose details for <not supported> events
Ian Rogers
2025-10-03
perf stat: Refactor retry/skip/fatal error handling
Ian Rogers
2025-10-03
perf stat: Move create_perf_stat_counter() to builtin-stat.c
Ian Rogers
2025-09-12
perf stat: Don't skip failing group events
Ian Rogers
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
2025-07-24
perf stat: Don't size aggregation ids from user_requested_cpus
Ian Rogers
2025-07-24
perf stat: Avoid buffer overflow to the aggregation map
Ian Rogers
2025-07-11
perf stat: Move metric list from config to evlist
Ian Rogers
2025-06-09
perf target: Remove uid from target
Ian Rogers
2025-05-13
perf metricgroup: Binary search when resolving referred to metrics
Ian Rogers
2025-04-25
perf stat: Add mean, min, max and last --tpebs-mode options
Ian Rogers
2025-04-25
perf intel-tpebs: Refactor tpebs_results list
Ian Rogers
2025-02-19
perf tools: Fix up some comments and code to properly use the event_source bus
Greg Kroah-Hartman
2024-12-18
perf stat: Move stat_config into config.c
Ian Rogers
2024-11-01
perf stat: Support inherit events during fork() for bperf
Tengda Wu
2024-10-22
perf tools: Add fallback for exclude_guest
Namhyung Kim
2024-10-17
perf stat: Disable metric thresholds for CSV and JSON metric-only mode
Ian Rogers
2024-10-10
perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
Ian Rogers
2024-10-10
perf tool_pmu: Factor tool events into their own PMU
Ian Rogers
[next]