summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64Adrian Hunter2023-10-171-3/+3
| * | perf intel-pt: Use get_unaligned_le16() etcAdrian Hunter2023-10-171-8/+9
| * | perf intel-pt: Use existing definitions of le16_to_cpu() etcAdrian Hunter2023-10-171-6/+1
| * | perf intel-pt: Simplify intel_pt_get_vmcs()Adrian Hunter2023-10-171-9/+4
| * | perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono2023-10-121-41/+65
| * | perf bpf_counter: Fix a few memory leaksIan Rogers2023-10-121-1/+4
| * | perf header: Fix various error path memory leaksIan Rogers2023-10-121-26/+34
| * | perf trace-event-info: Avoid passing NULL value to closedirIan Rogers2023-10-121-1/+2
| * | perf parse-events: Fix unlikely memory leak when cloning termsIan Rogers2023-10-121-1/+3
| * | perf svghelper: Avoid memory leakIan Rogers2023-10-121-2/+3
| * | perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers2023-10-121-1/+3
| * | perf mem-events: Avoid uninitialized readIan Rogers2023-10-121-1/+2
| * | perf jitdump: Avoid memory leakIan Rogers2023-10-121-0/+1
| * | perf env: Remove unnecessary NULL testsIan Rogers2023-10-121-3/+3
| * | perf parse-events: Fix for term values that are raw eventsIan Rogers2023-10-121-5/+3
| * | perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo2023-10-121-0/+1
| * | perf parse-events: Avoid erange from hex numbersIan Rogers2023-10-121-2/+2
| * | Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo2023-10-104-519/+3
| |\ \
| * | | tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev2023-10-042-0/+3
| * | | tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev2023-10-043-1/+6
| * | | perf hisi-ptt: Fix memory leak in lseek failure handlingKuan-Wei Chiu2023-10-041-1/+3
| * | | perf intel-pt: Fix async branch flagsAdrian Hunter2023-09-291-0/+2
| * | | perf pmus: Make PMU alias name loading lazyIan Rogers2023-09-293-20/+31
| * | | perf metric: "Compat" supports regular expression matching identifiersJing Zhang2023-09-271-1/+1
| * | | perf pmu: "Compat" supports regular expression matching identifiersJing Zhang2023-09-272-2/+26
| * | | perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim2023-09-271-2/+3
| * | | perf evlist: Avoid frequency mode for the dummy eventIan Rogers2023-09-261-2/+3
| * | | perf parse-events: Fix tracepoint name memory leakIan Rogers2023-09-181-0/+1
| * | | perf kwork top: Simplify bool conversionYang Li2023-09-181-1/+1
| * | | perf pmu: Remove unused functionJames Clark2023-09-152-6/+0
| * | | perf pmus: Simplify perf_pmus__find_core_pmu()James Clark2023-09-151-13/+1
| * | | perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark2023-09-154-20/+21
| * | | perf symbol: Avoid an undefined behavior warningIan Rogers2023-09-151-2/+1
| * | | perf bpf-filter: Add YYDEBUGIan Rogers2023-09-121-0/+4
| * | | perf pmu: Add YYDEBUGIan Rogers2023-09-121-0/+4
| * | | perf expr: Make YYDEBUG dependent on doing a debug buildIan Rogers2023-09-121-0/+2
| * | | perf parse-events: Make YYDEBUG dependent on doing a debug buildIan Rogers2023-09-121-0/+2
| * | | perf parse-events: Remove unused header filesIan Rogers2023-09-121-3/+0
| * | | perf util: Add a function for replacing characters in a stringJames Clark2023-09-122-0/+49
| * | | perf list pfm: Retry supported test with exclude_kernelIan Rogers2023-09-121-1/+14
| * | | perf list: Avoid a hardcoded cpu PMU nameIan Rogers2023-09-121-11/+17
| * | | perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim2023-09-125-2/+35
| * | | perf lock contention: Add --lock-cgroup optionNamhyung Kim2023-09-124-9/+42
| * | | perf lock contention: Prepare to handle cgroupsNamhyung Kim2023-09-122-3/+32
| * | | perf tools: Add read_all_cgroups() and __cgroup_find()Namhyung Kim2023-09-122-8/+57
| * | | perf kwork top: Add BPF-based statistics on softirq event supportYang Jihong2023-09-122-0/+83
| * | | perf kwork top: Add BPF-based statistics on hardirq event supportYang Jihong2023-09-122-0/+90
| * | | perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong2023-09-124-0/+500
| * | | perf kwork top: Add statistics on softirq event supportYang Jihong2023-09-121-0/+1
| * | | perf kwork top: Add statistics on hardirq event supportYang Jihong2023-09-121-0/+1