summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-11-23perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2022-11-23perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2022-11-23perf list: Add JSON output optionIan Rogers2-67/+245
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers7-512/+624
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers2-4/+24
2022-11-23perf test: Replace data symbol test workload with datasymNamhyung Kim1-28/+1
2022-11-23perf test: Add 'datasym' test workloadNamhyung Kim4-0/+28
2022-11-23perf test: Replace brstack test workloadNamhyung Kim1-54/+12
2022-11-23perf test: Add 'brstack' test workloadNamhyung Kim4-0/+44
2022-11-23perf test: Replace arm spe fork test workload with sqrtloopNamhyung Kim1-43/+1
2022-11-23perf test: Add 'sqrtloop' test workloadNamhyung Kim4-0/+49
2022-11-23perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim1-31/+3
2022-11-23perf test: Add 'leafloop' test workloadNamhyung Kim4-0/+39
2022-11-20perf test: Replace record test workload with thloopNamhyung Kim1-56/+3
2022-11-20perf test: Add 'thloop' test workloadNamhyung Kim4-0/+56
2022-11-20perf test: Replace pipe test workload with noploopNamhyung Kim1-45/+10
2022-11-20perf test: Add -w/--workload optionNamhyung Kim5-0/+83
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers2-4/+14
2022-11-16perf cpumap: Tidy libperf includesIan Rogers6-5/+5
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers10-9/+12
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers9-18/+6
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers4-10/+24
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers2-20/+40
2022-11-16perf build: Install libperf locally when buildingIan Rogers2-7/+15
2022-11-16perf build: Install libapi locally when buildingIan Rogers2-12/+16
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers2-8/+17
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-16perf stat: Clear screen only if output file is a ttyNamhyung Kim1-0/+8
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 Rogers4-13/+18
2022-11-15perf tracepoint: Sort events in iteratorIan Rogers1-71/+37