summaryrefslogtreecommitdiff
path: root/tools/perf/arch/powerpc
AgeCommit message (Expand)Author
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-22tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-17tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan
2023-08-16perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan
2023-07-24perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang
2023-05-30perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-03-15perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan
2023-02-19perf pmu-events: Change aggr_mode to be an enumIan Rogers
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers
2022-12-20tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim
2022-01-20tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo
2022-01-10perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev
2021-12-16perf arch: Support register names from all archsGerman Gomez
2021-12-06tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-11-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-31perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa
2021-10-25perf powerpc: Add support to expose instruction and data address registers as...Athira Rajeev
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers
2021-09-10tools headers UAPI: Sync files changed by new process_mrelease syscall and th...Arnaldo Carvalho de Melo
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-05tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao
2021-05-25Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-05-21perf tests: Consolidate test__arch_unwind_sample declarationRob Herring