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.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-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
/
util
/
stat-display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
perf stat: Update event skip condition for system-wide per-thread mode and me...
Namhyung Kim
1
-10
/
+9
2022-12-14
perf stat: Fix invalid output handle
James Clark
1
-1
/
+1
2022-12-14
perf stat: Fix multi-line metric output in JSON
Namhyung Kim
1
-1
/
+1
2022-12-14
perf stat: Fix printing field separator in CSV metrics output
Athira Rajeev
1
-12
/
+1
2022-12-14
perf stat: Check existence of os->prefix, fixing a segfault
Ian Rogers
1
-1
/
+2
2022-12-05
Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"
Namhyung Kim
1
-4
/
+4
2022-11-24
perf stat: Tidy up JSON metric-only output when no metrics
Namhyung Kim
1
-10
/
+17
2022-11-24
perf stat: Rename "aggregate-number" to "cpu-count" in JSON
Namhyung Kim
1
-4
/
+4
2022-11-24
perf stat: Fix JSON output in metric-only mode
Namhyung Kim
1
-18
/
+24
2022-11-24
perf stat: Pass through 'struct outstate'
Namhyung Kim
1
-58
/
+44
2022-11-24
perf stat: Do not pass runtime_stat to printout()
Namhyung Kim
1
-5
/
+4
2022-11-24
perf stat: Pass struct outstate to printout()
Namhyung Kim
1
-20
/
+18
2022-11-24
perf stat: Pass 'struct outstate' to print_metric_begin()
Namhyung Kim
1
-22
/
+28
2022-11-24
perf stat: Use 'struct outstate' in evlist__print_counters()
Namhyung Kim
1
-11
/
+14
2022-11-24
perf stat: Pass const char *prefix to display routines
Namhyung Kim
1
-9
/
+9
2022-11-24
perf stat: Remove metric_only argument in print_counter_aggrdata()
Namhyung Kim
1
-11
/
+6
2022-11-24
perf stat: Remove prefix argument in print_metric_headers()
Namhyung Kim
1
-16
/
+10
2022-11-24
perf stat: Use scnprintf() in prepare_interval()
Namhyung Kim
1
-10
/
+10
2022-11-24
perf stat: Do not align time prefix in CSV output
Namhyung Kim
1
-3
/
+6
2022-11-24
perf stat: Move summary prefix printing logic in CSV output
Namhyung Kim
1
-7
/
+7
2022-11-24
perf stat: Fix cgroup display in JSON output
Namhyung Kim
1
-1
/
+1
2022-11-16
perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdown
Namhyung Kim
1
-1
/
+40
2022-11-16
perf stat: Support --for-each-cgroup and --metric-only
Namhyung Kim
1
-11
/
+47
2022-11-16
perf stat: Factor out print_metric_{begin,end}()
Namhyung Kim
1
-22
/
+34
2022-11-16
perf stat: Factor out prefix display
Namhyung Kim
1
-28
/
+15
2022-11-16
perf stat: Move condition to print_footer()
Namhyung Kim
1
-2
/
+4
2022-11-16
perf stat: Rework header display
Namhyung Kim
1
-79
/
+106
2022-11-16
perf stat: Remove impossible condition
Namhyung Kim
1
-3
/
+0
2022-11-16
perf stat: Cleanup interval print alignment
Namhyung Kim
1
-74
/
+91
2022-11-16
perf stat: Factor out prepare_interval()
Namhyung Kim
1
-15
/
+24
2022-11-16
perf stat: Split print_metric_headers() function
Namhyung Kim
1
-15
/
+37
2022-11-16
perf stat: Align cgroup names
Namhyung Kim
1
-1
/
+1
2022-11-16
perf stat: Add before_metric argument
Namhyung Kim
1
-40
/
+42
2022-11-16
perf stat: Handle bad events in abs_printout()
Namhyung Kim
1
-41
/
+27
2022-11-16
perf stat: Factor out print_counter_value() function
Namhyung Kim
1
-28
/
+53
2022-11-16
perf stat: Split aggr_printout() function
Namhyung Kim
1
-99
/
+121
2022-11-16
perf stat: Split print_cgroup() function
Namhyung Kim
1
-2
/
+19
2022-11-16
perf stat: Split print_noise_pct() function
Namhyung Kim
1
-4
/
+23
2022-11-16
perf stat: Split print_running() function
Namhyung Kim
1
-10
/
+27
2022-11-14
perf stat: Add missing separator in the CSV header
Namhyung Kim
1
-2
/
+2
2022-11-14
perf stat: Fix summary output in CSV with --metric-only
Namhyung Kim
1
-3
/
+8
2022-11-14
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-11-14
perf stat: Consolidate condition to print metrics
Namhyung Kim
1
-3
/
+1
2022-11-14
perf stat: Fix condition in print_interval()
Namhyung Kim
1
-2
/
+2
2022-11-14
perf stat: Add header for interval in JSON output
Namhyung Kim
1
-0
/
+4
2022-11-14
perf stat: Do not indent headers for JSON
Namhyung Kim
1
-1
/
+1
2022-11-14
perf stat: Fix --metric-only --json output
Namhyung Kim
1
-19
/
+3
2022-11-14
perf stat: Move common code in print_metric_headers()
Namhyung Kim
1
-5
/
+8
2022-11-14
perf stat: Clear screen only if output file is a tty
Namhyung Kim
1
-1
/
+1
2022-11-14
perf stat: Increase metric length to align outputs
Namhyung Kim
1
-1
/
+1
[next]