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: Add cpu_aggr_map for loop
Ian Rogers
2023-02-19
1
-54
/
+58
*
perf stat: Hide runtime_stat
Ian Rogers
2023-02-19
1
-3
/
+2
*
perf stat: Hide invalid uncore event output for aggr mode
Namhyung Kim
2023-02-02
1
-5
/
+46
*
perf stat: Update event skip condition for system-wide per-thread mode and me...
Namhyung Kim
2022-12-14
1
-10
/
+9
*
perf stat: Fix invalid output handle
James Clark
2022-12-14
1
-1
/
+1
*
perf stat: Fix multi-line metric output in JSON
Namhyung Kim
2022-12-14
1
-1
/
+1
*
perf stat: Fix printing field separator in CSV metrics output
Athira Rajeev
2022-12-14
1
-12
/
+1
*
perf stat: Check existence of os->prefix, fixing a segfault
Ian Rogers
2022-12-14
1
-1
/
+2
*
Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"
Namhyung Kim
2022-12-05
1
-4
/
+4
*
perf stat: Tidy up JSON metric-only output when no metrics
Namhyung Kim
2022-11-24
1
-10
/
+17
*
perf stat: Rename "aggregate-number" to "cpu-count" in JSON
Namhyung Kim
2022-11-24
1
-4
/
+4
*
perf stat: Fix JSON output in metric-only mode
Namhyung Kim
2022-11-24
1
-18
/
+24
*
perf stat: Pass through 'struct outstate'
Namhyung Kim
2022-11-24
1
-58
/
+44
*
perf stat: Do not pass runtime_stat to printout()
Namhyung Kim
2022-11-24
1
-5
/
+4
*
perf stat: Pass struct outstate to printout()
Namhyung Kim
2022-11-24
1
-20
/
+18
*
perf stat: Pass 'struct outstate' to print_metric_begin()
Namhyung Kim
2022-11-24
1
-22
/
+28
*
perf stat: Use 'struct outstate' in evlist__print_counters()
Namhyung Kim
2022-11-24
1
-11
/
+14
*
perf stat: Pass const char *prefix to display routines
Namhyung Kim
2022-11-24
1
-9
/
+9
*
perf stat: Remove metric_only argument in print_counter_aggrdata()
Namhyung Kim
2022-11-24
1
-11
/
+6
*
perf stat: Remove prefix argument in print_metric_headers()
Namhyung Kim
2022-11-24
1
-16
/
+10
*
perf stat: Use scnprintf() in prepare_interval()
Namhyung Kim
2022-11-24
1
-10
/
+10
*
perf stat: Do not align time prefix in CSV output
Namhyung Kim
2022-11-24
1
-3
/
+6
*
perf stat: Move summary prefix printing logic in CSV output
Namhyung Kim
2022-11-24
1
-7
/
+7
*
perf stat: Fix cgroup display in JSON output
Namhyung Kim
2022-11-24
1
-1
/
+1
*
perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdown
Namhyung Kim
2022-11-16
1
-1
/
+40
*
perf stat: Support --for-each-cgroup and --metric-only
Namhyung Kim
2022-11-16
1
-11
/
+47
*
perf stat: Factor out print_metric_{begin,end}()
Namhyung Kim
2022-11-16
1
-22
/
+34
*
perf stat: Factor out prefix display
Namhyung Kim
2022-11-16
1
-28
/
+15
*
perf stat: Move condition to print_footer()
Namhyung Kim
2022-11-16
1
-2
/
+4
*
perf stat: Rework header display
Namhyung Kim
2022-11-16
1
-79
/
+106
*
perf stat: Remove impossible condition
Namhyung Kim
2022-11-16
1
-3
/
+0
*
perf stat: Cleanup interval print alignment
Namhyung Kim
2022-11-16
1
-74
/
+91
*
perf stat: Factor out prepare_interval()
Namhyung Kim
2022-11-16
1
-15
/
+24
*
perf stat: Split print_metric_headers() function
Namhyung Kim
2022-11-16
1
-15
/
+37
*
perf stat: Align cgroup names
Namhyung Kim
2022-11-16
1
-1
/
+1
*
perf stat: Add before_metric argument
Namhyung Kim
2022-11-16
1
-40
/
+42
*
perf stat: Handle bad events in abs_printout()
Namhyung Kim
2022-11-16
1
-41
/
+27
*
perf stat: Factor out print_counter_value() function
Namhyung Kim
2022-11-16
1
-28
/
+53
*
perf stat: Split aggr_printout() function
Namhyung Kim
2022-11-16
1
-99
/
+121
*
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
[next]