index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2025-12-04
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-18
perf stat: Read tool events last
Ian Rogers
1
-6
/
+39
2025-11-17
perf stat: Reduce scope of walltime_nsecs_stats
Ian Rogers
1
-8
/
+8
2025-11-17
perf stat: Reduce scope of ru_stats
Ian Rogers
1
-1
/
+18
2025-11-17
perf tool_pmu: Use old_count when computing count values for time events
Ian Rogers
1
-3
/
+13
2025-11-11
perf stat: Sort default events/metrics
Ian Rogers
1
-0
/
+32
2025-11-11
perf stat: Add detail -d,-dd,-ddd metrics
Ian Rogers
1
-83
/
+17
2025-11-11
perf jevents: Add metric DefaultShowEvents
Ian Rogers
1
-39
/
+3
2025-11-07
perf tool: Add the perf_tool argument to all callbacks
Ian Rogers
1
-7
/
+8
2025-10-25
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-19
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-01
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-10
perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
Ian Rogers
1
-3
/
+3
2024-10-10
perf tool_pmu: Factor tool events into their own PMU
Ian Rogers
1
-0
/
+1
2024-10-02
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-25
perf stat: Stop repeating when ref_perf_stat() returns -1
Levi Yun
1
-1
/
+12
2024-09-25
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-12
perf stat: Use perf_tool__init()
Ian Rogers
1
-9
/
+9
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
1
-4
/
+4
2024-08-01
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
1
-1
/
+1
2024-06-10
perf evsel: Refactor tool events
Ian Rogers
1
-42
/
+33
2024-06-07
perf stat: Choose the most disaggregate command line option
Ian Rogers
1
-21
/
+52
2024-06-07
perf stat: Make options local
Ian Rogers
1
-146
/
+145
2024-05-07
perf cpumap: Remove refcnt from 'struct cpu_aggr_map'
Ian Rogers
1
-13
/
+3
2024-04-18
perf stat: Add new field in stat_config to enable hardware aware grouping
Weilin Wang
1
-0
/
+5
2024-03-21
perf stat: Remove duplicate cpus_map_matched function
Ian Rogers
1
-21
/
+1
2024-03-21
perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
Ian Rogers
1
-5
/
+4
[next]