index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2023-02-02
perf stat: Hide invalid uncore event output for aggr mode
Namhyung Kim
1
-5
/
+46
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
[next]