summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers7-39/+47
2023-10-25perf callchain: Minor layout changes to callchain_listIan Rogers1-8/+8
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers2-9/+34
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers3-7/+7
2023-10-25perf offcpu: Add missed btf_freeIan Rogers1-4/+6
2023-10-25perf threads: Remove unused dead thread listIan Rogers2-2/+0
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers5-7/+7
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers2-0/+45
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim1-17/+72
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim1-1/+5
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim1-0/+4
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong5-34/+42
2023-10-20perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong1-0/+12
2023-10-20perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter1-8/+8
2023-10-19perf 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-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 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 Rogers3-20/+31
2023-09-28perf metric: "Compat" supports regular expression matching identifiersJing Zhang1-1/+1
2023-09-28perf pmu: "Compat" supports regular expression matching identifiersJing Zhang2-2/+26
2023-09-28perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim1-2/+3
2023-09-27perf evlist: Avoid frequency mode for the dummy eventIan Rogers1-2/+3
2023-09-19perf parse-events: Fix tracepoint name memory leakIan Rogers1-0/+1
2023-09-19perf kwork top: Simplify bool conversionYang Li1-1/+1