index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
stat-display.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Merge uncore events by default for hybrid platform
Jin Yao
2021-07-14
1
-1
/
+13
*
perf stat: Disable the NMI watchdog message on hybrid
Jin Yao
2021-07-07
1
-3
/
+6
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-06-22
1
-5
/
+3
|
\
|
*
perf stat: Honor event config name on --no-merge
Namhyung Kim
2021-06-04
1
-5
/
+3
*
|
perf stat: Use aggregated counts directly
Namhyung Kim
2021-05-12
1
-4
/
+4
|
/
*
perf stat: Filter out unmatched aggregation for hybrid event
Jin Yao
2021-04-29
1
-0
/
+3
*
perf stat: Uniquify hybrid event name
Jin Yao
2021-04-29
1
-2
/
+13
*
perf stat: Basic support for iostat in perf
Alexander Antonov
2021-04-20
1
-10
/
+30
*
perf stat: Align CSV output for summary mode
Jin Yao
2021-03-24
1
-0
/
+6
*
perf tools: Cast (struct timeval).tv_sec when printing
Pierre Gondois
2021-03-06
1
-1
/
+1
*
perf stat: Enable counting events for BPF programs
Song Liu
2021-01-20
1
-1
/
+3
*
perf stat aggregation: Add separate thread member
James Clark
2020-12-24
1
-4
/
+4
*
perf stat aggregation: Add separate core member
James Clark
2020-12-24
1
-8
/
+8
*
perf stat aggregation: Add separate die member
James Clark
2020-12-24
1
-3
/
+3
*
perf stat aggregation: Add separate socket member
James Clark
2020-12-24
1
-4
/
+4
*
perf stat aggregation: Add separate node member
James Clark
2020-12-24
1
-1
/
+1
*
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
2020-12-24
1
-3
/
+3
*
perf stat: Replace aggregation ID with a struct
James Clark
2020-12-24
1
-44
/
+64
*
perf evlist: Use the right prefix for 'struct evlist' print methods
Arnaldo Carvalho de Melo
2020-11-30
1
-6
/
+2
*
perf stat: Use proper cpu for shadow stats
Namhyung Kim
2020-11-27
1
-4
/
+1
*
perf stat: Remove dead code: no need to set os.evsel twice
Ian Rogers
2020-09-10
1
-1
/
+0
*
perf stat: Fix out of bounds array access in the print_counters() evlist method
Thomas Richter
2020-09-01
1
-1
/
+1
*
perf stat: Fix NULL pointer dereference
Hongbo Yao
2020-06-09
1
-2
/
+2
*
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-5
/
+4
*
perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()
Arnaldo Carvalho de Melo
2020-05-05
1
-5
/
+5
*
perf tools: Enable Hz/hz prinitg for --metric-only option
Kajol Jain
2020-04-30
1
-2
/
+0
*
perf stat: Align the output for interval aggregation mode
Jin Yao
2020-03-24
1
-3
/
+3
*
perf util: Factor out sysctl__nmi_watchdog_enabled()
Kan Liang
2020-03-10
1
-4
/
+2
*
perf stat: Show percore counts in per CPU output
Jin Yao
2020-03-04
1
-5
/
+28
*
perf stat: Add --per-node agregation support
Jiri Olsa
2019-11-06
1
-0
/
+15
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
*
perf tools: Remove duplicate headers
Souptick Joarder
2019-08-26
1
-1
/
+0
*
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
2019-08-22
1
-2
/
+2
*
perf stat: Add missing counts.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
2019-08-22
1
-1
/
+1
*
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add cpus to struct perf_evlist
Jiri Olsa
2019-07-29
1
-3
/
+3
*
libperf: Add threads to struct perf_evsel
Jiri Olsa
2019-07-29
1
-3
/
+3
*
libperf: Add cpus to struct perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-4
/
+4
*
libperf: Include perf_evlist in evlist object
Jiri Olsa
2019-07-29
1
-2
/
+2
*
libperf: Include perf_evsel in evsel object
Jiri Olsa
2019-07-29
1
-2
/
+2
*
libperf: Add perf_thread_map__get()/perf_thread_map__put()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__cpus() to evsel__cpus()
Jiri Olsa
2019-07-29
1
-3
/
+3
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-9
/
+9
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-30
/
+30
*
perf stat: Don't merge events in the same PMU
Andi Kleen
2019-07-02
1
-1
/
+2
*
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
2019-06-26
1
-2
/
+2
*
perf stat: Use recently introduced skip_spaces()
Arnaldo Carvalho de Melo
2019-06-26
1
-3
/
+2
[next]