index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-04-02
perf stat: Fix crash on arm64
Breno Leitao
1
-9
/
+17
2026-04-02
libperf cpumap: Make index and nr types unsigned
Ian Rogers
1
-1
/
+1
2026-03-27
perf tools: Add --pmu-filter option for filtering PMUs
Qinxin Xia
1
-0
/
+19
2026-03-27
perf stat: Fix opt->value type for parse_cache_level
Ian Rogers
1
-20
/
+23
2026-02-10
perf stat: Add no-affinity flag
Ian Rogers
1
-0
/
+6
2026-02-10
perf evlist: Reduce affinity use and move into iterator, fix no affinity
Ian Rogers
1
-64
/
+44
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
1
-5
/
+4
2025-12-05
perf stat: Improve handling of termination by signal
Ian Rogers
1
-5
/
+16
2025-12-04
perf stat: When no events, don't report an error if there is none
Ian Rogers
1
-2
/
+4
2025-12-04
perf stat: Allow no events to open if this is a "--null" run
Ian Rogers
1
-1
/
+1
2025-11-19
perf stat: Read tool events last
Ian Rogers
1
-6
/
+39
2025-11-18
perf stat: Reduce scope of walltime_nsecs_stats
Ian Rogers
1
-8
/
+8
2025-11-18
perf stat: Reduce scope of ru_stats
Ian Rogers
1
-1
/
+18
2025-11-18
perf tool_pmu: Use old_count when computing count values for time events
Ian Rogers
1
-3
/
+13
2025-11-12
perf stat: Sort default events/metrics
Ian Rogers
1
-0
/
+32
2025-11-12
perf stat: Add detail -d,-dd,-ddd metrics
Ian Rogers
1
-83
/
+17
2025-11-12
perf jevents: Add metric DefaultShowEvents
Ian Rogers
1
-39
/
+3
2025-11-08
perf tool: Add the perf_tool argument to all callbacks
Ian Rogers
1
-7
/
+8
2025-10-26
perf stat: Add/fix bperf cgroup max events workarounds
Ian Rogers
1
-1
/
+12
2025-10-15
perf stat: Avoid wildcarding PMUs for default events
Ian Rogers
1
-39
/
+94
2025-10-13
perf bpf_counter: Fix opening of "any"(-1) CPU events
Ian Rogers
1
-0
/
+13
2025-10-13
perf stat: Additional verbose details for <not supported> events
Ian Rogers
1
-5
/
+7
2025-10-03
perf stat: Refactor retry/skip/fatal error handling
Ian Rogers
1
-72
/
+51
2025-10-03
perf stat: Move create_perf_stat_counter() to builtin-stat.c
Ian Rogers
1
-2
/
+58
2025-09-12
perf stat: Don't skip failing group events
Ian Rogers
1
-27
/
+21
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
1
-11
/
+12
2025-07-24
perf stat: Don't size aggregation ids from user_requested_cpus
Ian Rogers
1
-5
/
+2
2025-07-24
perf stat: Avoid buffer overflow to the aggregation map
Ian Rogers
1
-1
/
+1
2025-07-11
perf stat: Move metric list from config to evlist
Ian Rogers
1
-13
/
+12
2025-06-09
perf target: Remove uid from target
Ian Rogers
1
-3
/
+1
2025-05-13
perf metricgroup: Binary search when resolving referred to metrics
Ian Rogers
1
-3
/
+3
2025-04-25
perf stat: Add mean, min, max and last --tpebs-mode options
Ian Rogers
1
-0
/
+29
2025-04-25
perf intel-tpebs: Refactor tpebs_results list
Ian Rogers
1
-2
/
+0
2025-02-20
perf tools: Fix up some comments and code to properly use the event_source bus
Greg Kroah-Hartman
1
-1
/
+1
2024-12-18
perf stat: Move stat_config into config.c
Ian Rogers
1
-27
/
+0
2024-11-02
perf stat: Support inherit events during fork() for bperf
Tengda Wu
1
-0
/
+1
2024-10-22
perf tools: Add fallback for exclude_guest
Namhyung Kim
1
-3
/
+15
2024-10-17
perf stat: Disable metric thresholds for CSV and JSON metric-only mode
Ian Rogers
1
-0
/
+8
2024-10-11
perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
Ian Rogers
1
-3
/
+3
2024-10-11
perf tool_pmu: Factor tool events into their own PMU
Ian Rogers
1
-0
/
+1
2024-10-03
perf stat: Fix affinity memory leaks on error path
Ian Rogers
1
-0
/
+2
2024-09-26
perf stat: Remove evlist__add_default_attrs use strings
Ian Rogers
1
-179
/
+118
2024-09-26
perf stat: Stop repeating when ref_perf_stat() returns -1
Levi Yun
1
-1
/
+12
2024-09-26
perf stat: Close cork_fd when create_perf_stat_counter() failed
Levi Yun
1
-15
/
+35
2024-09-11
perf evsel: Add accessor for tool_event
Ian Rogers
1
-3
/
+3
2024-08-13
perf stat: Add command line option for enabling TPEBS recording
Weilin Wang
1
-0
/
+4
2024-08-13
perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...
Weilin Wang
1
-0
/
+4
2024-08-13
perf stat: Use perf_tool__init()
Ian Rogers
1
-9
/
+9
2024-08-13
perf tool: Constify tool pointers
Ian Rogers
1
-4
/
+4
[next]