summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | perf report: Fix spelling mistake "heirachy" -> "hierarchy"Colin Ian King2023-10-271-1/+1
* | perf python: Fix binding linkage due to rename and move of evsel__increase_rl...Arnaldo Carvalho de Melo2023-10-271-0/+1
* | perf tests: test_arm_coresight: Simplify source iterationJames Clark2023-10-261-14/+3
* | perf vendor events intel: Add tigerlake two metricsIan Rogers2023-10-261-0/+12
* | perf vendor events intel: Add broadwellde two metricsIan Rogers2023-10-261-0/+12
* | perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metricIan Rogers2023-10-251-1/+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-259-15/+21
* | libperf rc_check: Make implicit enabling work for GCCIan Rogers2023-10-251-1/+5
* | 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 build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo2023-10-251-1/+1
* | perf report: Fix hierarchy mode on pipe inputNamhyung Kim2023-10-251-0/+15
* | 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 bench sched pipe: Add -G/--cgroups optionNamhyung Kim2023-10-252-4/+147
* | 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