summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong
2023-10-25perf bench sched pipe: Add -G/--cgroups optionNamhyung Kim
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan
2023-10-19perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong
2023-10-19perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 pla...Kajol Jain
2023-10-19perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter
2023-10-19tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo
2023-10-18perf tools: Do not ignore the default vmlinux.hNamhyung Kim
2023-10-18tools/build: Fix -s detection code in tools/scripts/Makefile.includeJiri Olsa
2023-10-18tools/build: Fix -s detection code in tools/build/Makefile.buildJiri Olsa
2023-10-17perf: script: fix missing ',' for fields optionChangbin Du
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev
2023-10-17tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev
2023-10-17perf cs-etm: Respect timestamp optionLeo Yan
2023-10-17perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan
2023-10-17perf pmu: Lazily compute default configIan Rogers
2023-10-17perf pmu-events: Remember the perf_events_map for a PMUIan Rogers
2023-10-17perf pmu: Const-ify perf_pmu__config_termsIan Rogers
2023-10-17perf pmu: Const-ify file APIsIan Rogers
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers
2023-10-17perf intel-pt: Move PMU initialization from default config codeIan Rogers
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers
2023-10-17perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64Adrian Hunter
2023-10-17perf intel-pt: Use get_unaligned_le16() etcAdrian Hunter
2023-10-17perf intel-pt: Use existing definitions of le16_to_cpu() etcAdrian Hunter
2023-10-17perf intel-pt: Simplify intel_pt_get_vmcs()Adrian Hunter
2023-10-17perf tools: Add get_unaligned_leNN()Adrian Hunter
2023-10-12perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono
2023-10-12perf bpf_counter: Fix a few memory leaksIan Rogers
2023-10-12perf header: Fix various error path memory leaksIan Rogers
2023-10-12perf trace-event-info: Avoid passing NULL value to closedirIan Rogers
2023-10-12tools api: Avoid potential double freeIan Rogers
2023-10-12perf parse-events: Fix unlikely memory leak when cloning termsIan Rogers
2023-10-12perf lock: Fix a memory leak on an error pathIan Rogers
2023-10-12perf svghelper: Avoid memory leakIan Rogers
2023-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers
2023-10-12perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers
2023-10-12perf mem-events: Avoid uninitialized readIan Rogers
2023-10-12perf jitdump: Avoid memory leakIan Rogers
2023-10-12perf env: Remove unnecessary NULL testsIan Rogers
2023-10-12perf buildid-cache: Fix use of uninitialized valueIan Rogers
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers
2023-10-12perf parse-events: Fix for term values that are raw eventsIan Rogers
2023-10-12perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo
2023-10-12perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo
2023-10-12perf parse-events: Avoid erange from hex numbersIan Rogers