summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-12perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers1-1/+3
2023-10-12perf mem-events: Avoid uninitialized readIan Rogers1-1/+2
2023-10-12perf jitdump: Avoid memory leakIan Rogers1-0/+1
2023-10-12perf env: Remove unnecessary NULL testsIan Rogers1-3/+3
2023-10-12perf buildid-cache: Fix use of uninitialized valueIan Rogers1-2/+4
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers1-0/+1
2023-10-12run-clang-tools: Add pass through checks and and header-filter argumentsIan Rogers1-7/+25
2023-10-12gen_compile_commands: Sort output compile commands by file nameIan Rogers1-1/+1
2023-10-12gen_compile_commands: Allow the line prefix to still be cmd_Ian Rogers1-3/+3
2023-10-12perf parse-events: Fix for term values that are raw eventsIan Rogers1-5/+3
2023-10-12perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo1-0/+4
2023-10-12perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo1-0/+1
2023-10-12perf parse-events: Avoid erange from hex numbersIan Rogers1-2/+2
2023-10-05tools/perf: Update call stack check in builtin-lock.cKajol Jain1-1/+16
2023-10-05tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev1-0/+10
2023-10-05tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev2-0/+3
2023-10-05tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev3-1/+6
2023-10-05perf test: Avoid system wide when not privilegedIan Rogers1-2/+14
2023-10-05perf hisi-ptt: Fix memory leak in lseek failure handlingKuan-Wei Chiu1-1/+3
2023-09-30perf intel-pt: Fix async branch flagsAdrian Hunter1-0/+2
2023-09-30perf pmus: Make PMU alias name loading lazyIan Rogers4-159/+31
2023-09-28perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev1-0/+39