summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-27perf report: Fix spelling mistake "heirachy" -> "hierarchy"Colin Ian King
2023-10-27perf python: Fix binding linkage due to rename and move of evsel__increase_rl...Arnaldo Carvalho de Melo
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark
2023-10-26perf vendor events intel: Add tigerlake two metricsIan Rogers
2023-10-26perf vendor events intel: Add broadwellde two metricsIan Rogers
2023-10-25perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metricIan Rogers
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers
2023-10-25perf callchain: Minor layout changes to callchain_listIan Rogers
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers
2023-10-25perf offcpu: Add missed btf_freeIan Rogers
2023-10-25perf threads: Remove unused dead thread listIan Rogers
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers
2023-10-25perf build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo
2023-10-25perf report: Fix hierarchy mode on pipe inputNamhyung Kim
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim
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-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