summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-0369-552/+1754
|\
| * Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim2023-10-302-21/+19
| |\
| * | perf callchain: Fix spelling mistake "statisitcs" -> "statistics"Colin Ian King2023-10-271-2/+2
| * | perf python: Fix binding linkage due to rename and move of evsel__increase_rl...Arnaldo Carvalho de Melo2023-10-271-0/+1
| * | perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers2023-10-257-39/+47
| * | perf callchain: Minor layout changes to callchain_listIan Rogers2023-10-251-8/+8
| * | perf callchain: Make brtype_stat in callchain_list optionalIan Rogers2023-10-252-9/+34
| * | perf callchain: Make display use of branch_type_stat constIan Rogers2023-10-253-7/+7
| * | perf offcpu: Add missed btf_freeIan Rogers2023-10-251-4/+6
| * | perf threads: Remove unused dead thread listIan Rogers2023-10-252-2/+0
| * | perf hist: Add missing puts to hist__account_cyclesIan Rogers2023-10-251-3/+7
| * | libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-255-7/+7
| * | perf machine: Avoid out of bounds LBR memory readIan Rogers2023-10-251-10/+12
| * | perf rwsem: Add debug mode that uses a mutexIan Rogers2023-10-252-0/+45
| * | perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim2023-10-251-17/+72
| * | perf lock contention: Check race in tstamp elem creationNamhyung Kim2023-10-251-1/+5
| * | perf lock contention: Clear lock addr after useNamhyung Kim2023-10-251-0/+4
| * | perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong2023-10-255-34/+42
| * | perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong2023-10-191-0/+12
| * | perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter2023-10-191-8/+8
| * | perf tools: Do not ignore the default vmlinux.hNamhyung Kim2023-10-181-0/+1
| * | perf pmu: Lazily compute default configIan Rogers2023-10-176-14/+17
| * | perf pmu: Const-ify perf_pmu__config_termsIan Rogers2023-10-172-6/+6
| * | perf pmu: Const-ify file APIsIan Rogers2023-10-173-12/+13
| * | perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers2023-10-172-8/+7
| * | 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