summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-08-29perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim
2023-08-29perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim
2023-08-29perf tools: Convert to perf_record_header_attr_id()Namhyung Kim
2023-08-29perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim
2023-08-29perf pmus: Skip duplicate PMUs and don't print list suffix by defaultIan Rogers
2023-08-29perf pmus: Sort pmus by name then suffixIan Rogers
2023-08-29perf beauty mmap_flags: Use "test -f" instead of "[-f FILE]"Yanteng Si
2023-08-29perf beauty mmap_flags: Fix script for archs that use the generic mman.hYanteng Si
2023-08-29perf tools: Allow to use cpuinfo on LoongArchYanteng Si
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-25perf lock contention: Fix typo in max-stack option descriptionKajol Jain
2023-08-25perf tui slang: Tidy castsIan Rogers
2023-08-25perf build-id: Simplify build_id_cache__cachedir()Ian Rogers
2023-08-25perf pmu: Make id const and add missing freeIan Rogers
2023-08-25perf parse-events: Make term's config constIan Rogers
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers
2023-08-25perf header: Fix missing PMU capsIan Rogers
2023-08-24perf jevents: Don't append Unit to descIan Rogers
2023-08-24perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma
2023-08-24perf scripts python: Add support for input args in gecko scriptAnup Sharma
2023-08-24perf jevents: Sort strings in the big C string to reduce faultsIan Rogers
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers
2023-08-24perf pmu: Be lazy about loading event info files from sysfsIan Rogers
2023-08-24perf pmu: Scan type early to fail an invalid PMU quicklyIan Rogers
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers
2023-08-24perf pmu: Cache JSON events tableIan Rogers
2023-08-24perf pmu: Merge JSON events with sysfs at load timeIan Rogers
2023-08-24perf pmu: Prefer passing pmu to aliases listIan Rogers
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers
2023-08-24perf pmu-events: Add pmu_events_table__find_event()Ian Rogers
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers
2023-08-24perf s390 s390_cpumcfdg_dump: Don't scan all PMUsIan Rogers
2023-08-24perf parse-events: Improve error message for double settingIan Rogers
2023-08-24perf jevents: Group events by PMUIan Rogers
2023-08-24perf pmu-events: Add extra underscore to function namesIan Rogers
2023-08-24perf pmu: Abstract alias/event structIan Rogers
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers
2023-08-23perf build: Allow customization of clang options for BPF targetGuilherme Amadio
2023-08-23perf pmu: Pass PMU rather than aliases and formatIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_typeIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers
2023-08-23perf pmu: Reduce scope of perf_pmu_error()Ian Rogers
2023-08-23perf pmu: Move perf_pmu__set_format to pmu.yIan Rogers
2023-08-23perf pmu: Avoid a path name copyIan Rogers
2023-08-23perf script ibs: Remove unused includeIan Rogers
2023-08-23perf bench breakpoint: Skip run if no breakpoints availableKajol Jain
2023-08-22perf lzma: Convert some pr_err() to pr_debug() as callers already use pr_debug()Arnaldo Carvalho de Melo
2023-08-21perf stat-display: Check if snprintf()'s fmt argument is NULLKaige Ye
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...Arnaldo Carvalho de Melo