index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
stat-display.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf stat: Split print_cgroup() function
Namhyung Kim
2022-11-16
1
-2
/
+19
*
perf stat: Split print_noise_pct() function
Namhyung Kim
2022-11-16
1
-4
/
+23
*
perf stat: Split print_running() function
Namhyung Kim
2022-11-16
1
-10
/
+27
*
perf stat: Add missing separator in the CSV header
Namhyung Kim
2022-11-14
1
-2
/
+2
*
perf stat: Fix summary output in CSV with --metric-only
Namhyung Kim
2022-11-14
1
-3
/
+8
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-11-14
1
-2
/
+4
|
\
|
*
perf stat: Fix printing os->prefix in CSV metrics output
Athira Rajeev
2022-11-08
1
-1
/
+1
|
*
perf stat: Fix crash with --per-node --metric-only in CSV mode
Namhyung Kim
2022-11-08
1
-1
/
+3
*
|
perf stat: Consolidate condition to print metrics
Namhyung Kim
2022-11-14
1
-3
/
+1
*
|
perf stat: Fix condition in print_interval()
Namhyung Kim
2022-11-14
1
-2
/
+2
*
|
perf stat: Add header for interval in JSON output
Namhyung Kim
2022-11-14
1
-0
/
+4
*
|
perf stat: Do not indent headers for JSON
Namhyung Kim
2022-11-14
1
-1
/
+1
*
|
perf stat: Fix --metric-only --json output
Namhyung Kim
2022-11-14
1
-19
/
+3
*
|
perf stat: Move common code in print_metric_headers()
Namhyung Kim
2022-11-14
1
-5
/
+8
*
|
perf stat: Clear screen only if output file is a tty
Namhyung Kim
2022-11-14
1
-1
/
+1
*
|
perf stat: Increase metric length to align outputs
Namhyung Kim
2022-11-14
1
-1
/
+1
*
|
perf stat: Display percore events properly
Namhyung Kim
2022-10-27
1
-2
/
+25
*
|
perf stat: Display event stats using aggr counts
Namhyung Kim
2022-10-27
1
-372
/
+49
*
|
perf stat: Use evsel__is_hybrid() more
Namhyung Kim
2022-10-27
1
-16
/
+4
|
/
*
perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()
Athira Rajeev
2022-10-06
1
-2
/
+2
*
perf stat: Rename to aggr_cpu_id.thread_idx
Namhyung Kim
2022-10-06
1
-6
/
+6
*
perf stat: Use thread map index for shadow stat
Namhyung Kim
2022-10-06
1
-11
/
+9
*
perf stat: Convert perf_stat_evsel.res_stats array
Namhyung Kim
2022-10-06
1
-1
/
+1
*
perf stat: Add JSON output option
Claire Jensen
2022-08-10
1
-106
/
+277
*
perf stat: Add topdown metrics in the default perf stat on the hybrid machine
Zhengjun Xing
2022-07-29
1
-1
/
+1
*
perf stat: Make use of index clearer with perf_counts
Ian Rogers
2022-05-23
1
-10
/
+12
*
Revert "perf stat: Support metrics with hybrid events"
Ian Rogers
2022-05-09
1
-5
/
+3
*
perf stat: Avoid printing cpus with no counters
Ian Rogers
2022-05-03
1
-3
/
+4
*
perf stat: Merge event counts from all hybrid PMUs
Zhengjun Xing
2022-04-22
1
-2
/
+15
*
perf stat: Support metrics with hybrid events
Zhengjun Xing
2022-04-22
1
-3
/
+5
*
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
1
-1
/
+1
*
perf stat: Fix display of grouped aliased events
Ian Rogers
2022-02-06
1
-9
/
+10
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-14
/
+20
*
perf stat: Correct first_shadow_cpu to return index
Ian Rogers
2022-01-12
1
-8
/
+7
*
perf stat: Use perf_cpu_map__for_each_cpu()
Ian Rogers
2022-01-12
1
-5
/
+6
*
perf stat: Rename aggr_data cpu to imply it's an index
Ian Rogers
2022-01-12
1
-5
/
+5
*
perf stat-display: Avoid use of core for CPU
Ian Rogers
2022-01-12
1
-23
/
+22
*
perf cpumap: Rename empty functions
Ian Rogers
2022-01-12
1
-5
/
+5
*
perf cpumap: Simplify equal function name
Ian Rogers
2022-01-12
1
-8
/
+10
*
perf stat: Switch to cpu version of cpu_map__get()
Ian Rogers
2022-01-12
1
-7
/
+4
*
perf stat: Switch aggregation to use for_each loop
Ian Rogers
2022-01-12
1
-21
/
+27
*
perf stat: Correct aggregation CPU map
Ian Rogers
2022-01-12
1
-1
/
+1
*
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
[prev]
[next]