summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan2023-10-251-0/+2
| * | | | | perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong2023-10-191-0/+12
| * | | | | perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 pla...Kajol Jain2023-10-191-1/+1
| * | | | | 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
| * | | | | tools/build: Fix -s detection code in tools/scripts/Makefile.includeJiri Olsa2023-10-181-1/+9
| * | | | | tools/build: Fix -s detection code in tools/build/Makefile.buildJiri Olsa2023-10-181-1/+9
| * | | | | perf: script: fix missing ',' for fields optionChangbin Du2023-10-171-1/+1
| * | | | | perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev2023-10-171-1/+1
| * | | | | perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev2023-10-171-1/+1
| * | | | | perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev2023-10-171-0/+1
| * | | | | tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev2023-10-172-4/+4
| * | | | | perf cs-etm: Respect timestamp optionLeo Yan2023-10-171-0/+9
| * | | | | perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan2023-10-171-2/+11
| * | | | | perf pmu: Lazily compute default configIan Rogers2023-10-1711-62/+58
| * | | | | perf pmu-events: Remember the perf_events_map for a PMUIan Rogers2023-10-171-39/+70
| * | | | | 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 arm-spe: Move PMU initialization from default config codeIan Rogers2023-10-172-3/+2
| * | | | | perf intel-pt: Move PMU initialization from default config codeIan Rogers2023-10-172-2/+1
| * | | | | perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers2023-10-175-18/+13
| * | | | | 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 tools: Add get_unaligned_leNN()Adrian Hunter2023-10-172-6/+140
| * | | | | 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
| * | | | | tools api: Avoid potential double freeIan Rogers2023-10-121-0/+1
| * | | | | perf parse-events: Fix unlikely memory leak when cloning termsIan Rogers2023-10-121-1/+3
| * | | | | perf lock: Fix a memory leak on an error pathIan Rogers2023-10-121-0/+1
| * | | | | perf svghelper: Avoid memory leakIan Rogers2023-10-121-2/+3
| * | | | | perf hists browser: Avoid potential NULL dereferenceIan Rogers2023-10-121-1/+1
| * | | | | perf hists browser: Reorder variables to reduce paddingIan Rogers2023-10-121-2/+2
| * | | | | 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 buildid-cache: Fix use of uninitialized valueIan Rogers2023-10-121-2/+4
| * | | | | perf bench uprobe: Fix potential use of memory after freeIan Rogers2023-10-121-0/+1
| * | | | | perf parse-events: Fix for term values that are raw eventsIan Rogers2023-10-121-5/+3
| * | | | | perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo2023-10-121-0/+4
| * | | | | 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-1016-539/+255
| |\ \ \ \ \
| * | | | | | tools/perf: Update call stack check in builtin-lock.cKajol Jain2023-10-041-1/+16
| * | | | | | tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev2023-10-041-0/+10
| * | | | | | tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev2023-10-042-0/+3