summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson8-14/+14
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson8-14/+14
2022-11-24perf list: List callback support for libpfmIan Rogers2-90/+71
2022-11-24perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2022-11-24perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim1-10/+17
2022-11-24perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim1-4/+4
2022-11-24perf stat: Fix JSON output in metric-only modeNamhyung Kim1-18/+24
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim3-61/+48
2022-11-24perf stat: Do not pass runtime_stat to printout()Namhyung Kim1-5/+4
2022-11-24perf stat: Pass struct outstate to printout()Namhyung Kim1-20/+18
2022-11-24perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim1-22/+28
2022-11-24perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim1-11/+14
2022-11-24perf stat: Pass const char *prefix to display routinesNamhyung Kim2-10/+10
2022-11-24perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim1-11/+6
2022-11-24perf stat: Remove prefix argument in print_metric_headers()Namhyung Kim1-16/+10
2022-11-24perf stat: Use scnprintf() in prepare_interval()Namhyung Kim1-10/+10
2022-11-24perf stat: Do not align time prefix in CSV outputNamhyung Kim1-3/+6
2022-11-24perf stat: Move summary prefix printing logic in CSV outputNamhyung Kim1-7/+7
2022-11-24perf stat: Fix cgroup display in JSON outputNamhyung Kim1-1/+1
2022-11-23perf lock contention: Do not use BPF task local storageNamhyung Kim2-12/+23
2022-11-23perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZENamhyung Kim1-1/+2
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers6-460/+343
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers1-1/+2
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+7
2022-11-16perf cpumap: Tidy libperf includesIan Rogers4-4/+3
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers6-7/+7
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers7-18/+4
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers1-5/+0
2022-11-16perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownNamhyung Kim1-1/+40
2022-11-16perf stat: Support --for-each-cgroup and --metric-onlyNamhyung Kim1-11/+47
2022-11-16perf stat: Factor out print_metric_{begin,end}()Namhyung Kim1-22/+34
2022-11-16perf stat: Factor out prefix displayNamhyung Kim1-28/+15
2022-11-16perf stat: Move condition to print_footer()Namhyung Kim1-2/+4
2022-11-16perf stat: Rework header displayNamhyung Kim1-79/+106
2022-11-16perf stat: Remove impossible conditionNamhyung Kim1-3/+0
2022-11-16perf stat: Cleanup interval print alignmentNamhyung Kim1-74/+91
2022-11-16perf stat: Factor out prepare_interval()Namhyung Kim1-15/+24
2022-11-16perf stat: Split print_metric_headers() functionNamhyung Kim1-15/+37
2022-11-16perf stat: Align cgroup namesNamhyung Kim1-1/+1
2022-11-16perf stat: Add before_metric argumentNamhyung Kim1-40/+42
2022-11-16perf stat: Handle bad events in abs_printout()Namhyung Kim1-41/+27
2022-11-16perf stat: Factor out print_counter_value() functionNamhyung Kim1-28/+53
2022-11-16perf stat: Split aggr_printout() functionNamhyung Kim1-99/+121
2022-11-16perf stat: Split print_cgroup() functionNamhyung Kim1-2/+19
2022-11-16perf stat: Split print_noise_pct() functionNamhyung Kim1-4/+23
2022-11-16perf stat: Split print_running() functionNamhyung Kim1-10/+27
2022-11-15perf pmu: Restructure print_pmu_events() to avoid memory allocationsIan Rogers1-98/+110
2022-11-15perf list: Simplify symbol event printingIan Rogers1-58/+21
2022-11-15perf list: Simplify cache event printingIan Rogers1-103/+27
2022-11-15perf list: Generalize limiting to a PMU nameIan Rogers2-4/+3