aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-10-19perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong1-0/+12
2023-10-19perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter1-8/+8
2023-10-18perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton1-1/+1
2023-10-18perf tools: Do not ignore the default vmlinux.hNamhyung Kim1-0/+1
2023-10-17perf pmu: Lazily compute default configIan Rogers6-14/+17
2023-10-17perf pmu: Const-ify perf_pmu__config_termsIan Rogers2-6/+6
2023-10-17perf pmu: Const-ify file APIsIan Rogers3-12/+13
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers2-8/+7
2023-10-17perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64Adrian Hunter1-3/+3
2023-10-17perf intel-pt: Use get_unaligned_le16() etcAdrian Hunter1-8/+9
2023-10-17perf intel-pt: Use existing definitions of le16_to_cpu() etcAdrian Hunter1-6/+1
2023-10-17perf intel-pt: Simplify intel_pt_get_vmcs()Adrian Hunter1-9/+4
2023-10-12perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono1-41/+65
2023-10-12perf bpf_counter: Fix a few memory leaksIan Rogers1-1/+4
2023-10-12perf header: Fix various error path memory leaksIan Rogers1-26/+34
2023-10-12perf trace-event-info: Avoid passing NULL value to closedirIan Rogers1-1/+2
2023-10-12perf parse-events: Fix unlikely memory leak when cloning termsIan Rogers1-1/+3
2023-10-12perf svghelper: Avoid memory leakIan Rogers1-2/+3
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 parse-events: Fix for term values that are raw eventsIan Rogers1-5/+3
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-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo4-519/+3
2023-10-04tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev2-0/+3
2023-10-04tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev3-1/+6
2023-10-04perf hisi-ptt: Fix memory leak in lseek failure handlingKuan-Wei Chiu1-1/+3
2023-09-29perf intel-pt: Fix async branch flagsAdrian Hunter1-0/+2
2023-09-29perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter1-17/+15
2023-09-29perf pmus: Make PMU alias name loading lazyIan Rogers3-20/+31
2023-09-27perf metric: "Compat" supports regular expression matching identifiersJing Zhang1-1/+1
2023-09-27perf pmu: "Compat" supports regular expression matching identifiersJing Zhang2-2/+26
2023-09-27perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim1-2/+3
2023-09-26perf evlist: Avoid frequency mode for the dummy eventIan Rogers1-2/+3
2023-09-26perf pmu: Fix perf stat output with correct scale and unitWyes Karny1-4/+4
2023-09-18perf parse-events: Fix tracepoint name memory leakIan Rogers1-0/+1
2023-09-18perf kwork top: Simplify bool conversionYang Li1-1/+1
2023-09-17perf pmu: Ensure all alias variables are initializedIan Rogers1-1/+1
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers1-0/+2
2023-09-17perf bpf-prologue: Remove unused fileIan Rogers1-508/+0
2023-09-15perf pmu: Remove unused functionJames Clark2-6/+0
2023-09-15perf pmus: Simplify perf_pmus__find_core_pmu()James Clark1-13/+1
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark4-20/+21
2023-09-15perf symbol: Avoid an undefined behavior warningIan Rogers1-2/+1
2023-09-12perf bpf-filter: Add YYDEBUGIan Rogers1-0/+4
2023-09-12perf pmu: Add YYDEBUGIan Rogers1-0/+4
2023-09-12perf expr: Make YYDEBUG dependent on doing a debug buildIan Rogers1-0/+2
2023-09-12perf parse-events: Make YYDEBUG dependent on doing a debug buildIan Rogers1-0/+2