summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-11-24perf stat: Pass const char *prefix to display routinesNamhyung Kim
2022-11-24perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim
2022-11-24perf stat: Remove prefix argument in print_metric_headers()Namhyung Kim
2022-11-24perf stat: Use scnprintf() in prepare_interval()Namhyung Kim
2022-11-24perf stat: Do not align time prefix in CSV outputNamhyung Kim
2022-11-24perf stat: Move summary prefix printing logic in CSV outputNamhyung Kim
2022-11-24perf stat: Fix cgroup display in JSON outputNamhyung Kim
2022-11-23perf lock contention: Do not use BPF task local storageNamhyung Kim
2022-11-23perf test: Fix record test on KVM guestsMichael Petlan
2022-11-23perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZENamhyung Kim
2022-11-23perf test: Skip watchpoint tests if no watchpoints availableNaveen N. Rao
2022-11-23perf trace: Remove unused bpf map 'syscalls'Leo Yan
2022-11-23perf augmented_raw_syscalls: Remove unused variable 'syscall'Leo Yan
2022-11-23perf trace: Handle failure when trace point folder is missedLeo Yan
2022-11-23perf trace: Return error if a system call doesn't existLeo Yan
2022-11-23perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan
2022-11-23perf list: Add JSON output optionIan Rogers
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers
2022-11-23perf test: Replace data symbol test workload with datasymNamhyung Kim
2022-11-23perf test: Add 'datasym' test workloadNamhyung Kim
2022-11-23perf test: Replace brstack test workloadNamhyung Kim
2022-11-23perf test: Add 'brstack' test workloadNamhyung Kim
2022-11-23perf test: Replace arm spe fork test workload with sqrtloopNamhyung Kim
2022-11-23perf test: Add 'sqrtloop' test workloadNamhyung Kim
2022-11-23perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim
2022-11-23perf test: Add 'leafloop' test workloadNamhyung Kim
2022-11-20perf test: Replace record test workload with thloopNamhyung Kim
2022-11-20perf test: Add 'thloop' test workloadNamhyung Kim
2022-11-20perf test: Replace pipe test workload with noploopNamhyung Kim
2022-11-20perf test: Add -w/--workload optionNamhyung Kim
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers
2022-11-16perf cpumap: Tidy libperf includesIan Rogers
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers
2022-11-16perf build: Install libperf locally when buildingIan Rogers
2022-11-16perf build: Install libapi locally when buildingIan Rogers
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers
2022-11-16perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownNamhyung Kim
2022-11-16perf stat: Support --for-each-cgroup and --metric-onlyNamhyung Kim
2022-11-16perf stat: Factor out print_metric_{begin,end}()Namhyung Kim
2022-11-16perf stat: Factor out prefix displayNamhyung Kim
2022-11-16perf stat: Move condition to print_footer()Namhyung Kim
2022-11-16perf stat: Rework header displayNamhyung Kim
2022-11-16perf stat: Remove impossible conditionNamhyung Kim
2022-11-16perf stat: Cleanup interval print alignmentNamhyung Kim
2022-11-16perf stat: Factor out prepare_interval()Namhyung Kim