summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-11-24perf list: List callback support for libpfmIan Rogers
2022-11-24perf list: JSON escape encoding improvementsIan Rogers
2022-11-24perf list: Support newlines in wordwrapIan Rogers
2022-11-24perf symbol: correction while adjusting symbolAjay Kaher
2022-11-24perf vendor events intel: Update events and metrics for alderlakeZhengjun Xing
2022-11-24perf vendor events intel: Add metrics for Alderlake-NZhengjun Xing
2022-11-24perf vendor events intel: Add uncore event list for Alderlake-NZhengjun Xing
2022-11-24perf vendor events intel: Add core event list for Alderlake-NZhengjun Xing
2022-11-24perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim
2022-11-24perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim
2022-11-24perf stat: Fix JSON output in metric-only modeNamhyung Kim
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim
2022-11-24perf stat: Do not pass runtime_stat to printout()Namhyung Kim
2022-11-24perf stat: Pass struct outstate to printout()Namhyung Kim
2022-11-24perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim
2022-11-24perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim
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-16perf build: Use tools/lib headers from install pathIan Rogers
2022-11-16perf cpumap: Tidy libperf includesIan Rogers