aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-08-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-1/+5
2024-08-07tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim1-1/+5
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev1-3/+15
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev1-0/+59
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev1-0/+14
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev1-0/+49
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev1-2/+105
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev1-0/+16
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev1-0/+44
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2-0/+10
2024-07-12perf dso: Fix address sanitizer buildIan Rogers1-4/+4
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim1-0/+1
2024-06-26perf util: Make util its own libraryIan Rogers2-13/+13
2024-06-26perf test: Make tests its own libraryIan Rogers2-4/+4
2024-05-28tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo1-0/+1
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada1-1/+1
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan1-1/+6
2024-02-07perf kvm powerpc: Fix buildIan Rogers1-1/+1
2024-01-24perf mem: Clean up perf_mem_event__supported()Kan Liang1-4/+4
2024-01-24perf mem: Clean up perf_mem_events__name()Kan Liang4-8/+28
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-11-22tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim1-0/+4
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-17tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo1-0/+1
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers1-3/+3
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2-0/+2
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan1-0/+5
2023-08-16perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan1-3/+0
2023-07-24perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev1-0/+4
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo1-0/+1
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang1-1/+1
2023-05-30perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers1-2/+2
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo1-2/+2
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-1/+1
2023-04-04perf map: Add accessor for start and endIan Rogers2-2/+2
2023-04-04perf map: Add accessor for dsoIan Rogers2-2/+2
2023-03-15perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan1-2/+1
2023-02-19perf pmu-events: Change aggr_mode to be an enumIan Rogers1-1/+1
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers1-2/+2
2022-12-20tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo1-2/+5
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-1/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2-1/+2
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo1-6/+10
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure1-11/+11
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure1-1/+1