summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo2024-05-281-0/+1
* treewide: remove meaningless assignments in MakefilesMasahiro Yamada2024-02-231-1/+1
* perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2024-02-151-1/+6
* perf kvm powerpc: Fix buildIan Rogers2024-02-071-1/+1
* perf mem: Clean up perf_mem_event__supported()Kan Liang2024-01-241-4/+4
* perf mem: Clean up perf_mem_events__name()Kan Liang2024-01-244-8/+28
* Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+5
|\
| * LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
* | tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim2023-11-221-0/+4
|/
* Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-1/+1
|\
| * tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev2023-10-171-1/+1
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \ | |/ |/|
| * syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
* | tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-131-0/+1
|/
* perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-251-3/+3
* perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-162-0/+2
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-161-0/+5
* perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan2023-08-161-3/+0
* perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev2023-07-241-0/+4
* tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2023-07-111-0/+1
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang2023-06-051-1/+1
* perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers2023-05-301-2/+2
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-2/+2
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-1/+1
* perf map: Add accessor for start and endIan Rogers2023-04-042-2/+2
* perf map: Add accessor for dsoIan Rogers2023-04-042-2/+2
* perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan2023-03-151-2/+1
* perf pmu-events: Change aggr_mode to be an enumIan Rogers2023-02-191-1/+1
* perf pmu-events: Add separate metric from pmu_eventIan Rogers2023-02-021-2/+2
* tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-2/+5
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+1
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-312-1/+2
* tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo2022-10-251-6/+10
* powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure2022-09-281-11/+11
* powerpc/32: Remove powerpc select specialisationRohan McLure2022-09-261-1/+1
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-282-26/+0
* tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-201-0/+1
* perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev2022-01-101-1/+7
* perf arch: Support register names from all archsGerman Gomez2021-12-161-66/+0
* tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo2021-12-061-0/+1
* perf test: Rename struct test to test_suiteIan Rogers2021-11-132-2/+3
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-1/+1
* perf test: Make each test/suite its own struct.Ian Rogers2021-11-132-9/+4
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-1/+2
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-071-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-011-1/+1
|\
| * perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa2021-10-311-1/+1
* | perf powerpc: Add support to expose instruction and data address registers as...Athira Rajeev2021-10-252-0/+4
* | perf pmu: Make pmu_event tables const.Ian Rogers2021-10-201-1/+1
|/