summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf vendor events arm64: AmpereOne: Mark affected STALL_* events impacted by...Ilkka Koskinen2023-08-211-3/+9
| * | | | perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne listIlkka Koskinen2023-08-211-3/+0
| * | | | perf jevents: Raise exception for no definition of a arch std eventJohn Garry2023-08-211-6/+9
| * | | | perf trace: Use heuristic when deciding if a syscall tracepoint "const char *...Arnaldo Carvalho de Melo2023-08-181-0/+13
| * | | | perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscallsArnaldo Carvalho de Melo2023-08-181-2/+6
| * | | | perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo2023-08-171-0/+1
| * | | | perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo2023-08-171-0/+1
| * | | | perf vendor events arm64: Update N2 and V2 metrics and events using Arm telem...James Clark2023-08-1722-551/+752
| * | | | perf vendor events arm64: Update stall_slot workaround for N2 r0p3James Clark2023-08-171-4/+4
| * | | | perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark2023-08-178-20/+61
| * | | | perf test: Add a test for the new Arm CPU ID comparison behaviorJames Clark2023-08-174-0/+45
| * | | | perf arm64: Allow version comparisons of CPU IDsJames Clark2023-08-171-15/+52
| * | | | perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...Arnaldo Carvalho de Melo2023-08-161-4/+2
| * | | | perf vendor events: Update metric events for power10 platformKajol Jain2023-08-161-0/+33
| * | | | perf vendor events: Update metric event names for power10 platformKajol Jain2023-08-161-25/+25
| * | | | perf vendor events: Update JSON/events for power10 platformKajol Jain2023-08-167-0/+115
| * | | | perf vendor events: Move JSON/events to appropriate files for power10 platformKajol Jain2023-08-169-614/+616
| * | | | perf vendor events: Drop STORES_PER_INST metric event for power10 platformKajol Jain2023-08-161-6/+0
| * | | | perf vendor events: Drop some of the JSON/events for power10 platformKajol Jain2023-08-165-37/+0
| * | | | perf vendor events: Update the JSON/events descriptions for power10 platformKajol Jain2023-08-168-69/+69
| * | | | perf tests mmap-basic: Adapt for riscvAlexandre Ghiti2023-08-161-2/+4
| * | | | libperf: Implement riscv mmap supportAlexandre Ghiti2023-08-161-0/+66
| * | | | perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-1619-2/+18
| * | | | perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-1612-6/+79
| * | | | perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan2023-08-169-24/+0
| * | | | perf unwind: Use perf_arch_reg_{ip|sp}() to substitute macrosLeo Yan2023-08-165-16/+10
| * | | | perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()Leo Yan2023-08-1612-5/+186
| * | | | perf parse-regs: Refactor arch register parsing functionsLeo Yan2023-08-1614-716/+803
| * | | | perf docs: Fix format of unordered listsChangbin Du2023-08-162-41/+48
| * | | | perf vendor events arm64: Update scale units and descriptions of common topdo...James Clark2023-08-151-12/+12
| * | | | perf cs-etm: Don't duplicate FIELD_GET()James Clark2023-08-151-12/+2
| * | | | perf dlfilter: Add al_cleanup()Adrian Hunter2023-08-156-15/+464
| * | | | perf dlfilter: Initialize addr_location before passing it to thread__find_sym...Arnaldo Carvalho de Melo2023-08-151-0/+1
| * | | | perf dlfilter: Add a test for resolve_address()Adrian Hunter2023-08-151-1/+25
| * | | | perf scripts python: Update audit-libs package name for python3Wei Li2023-08-151-3/+3
| * | | | perf scripts python: Support syscall name parsing on arm64Wei Li2023-08-151-0/+1
| * | | | perf evsel: Remove duplicate check for `field` in evsel__intval()Yang Jihong2023-08-151-3/+0
| * | | | perf test: Add perf record sample filtering testNamhyung Kim2023-08-151-0/+128
| * | | | perf bpf-filter: Fix sample flag check with ||Namhyung Kim2023-08-151-0/+10
| * | | | perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers2023-08-152-16/+7
| * | | | perf bpf examples: With no BPF events remove examplesIan Rogers2023-08-155-130/+0
| * | | | perf trace: Migrate BPF augmentation to use a skeletonIan Rogers2023-08-153-77/+110
| * | | | perf parse-events: Remove BPF event supportIan Rogers2023-08-1527-4381/+3
| * | | | perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-1517-533/+4
| * | | | perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filenameArnaldo Carvalho de Melo2023-08-151-1/+1
| * | | | perf test trace+probe_vfs_getname.sh: Remove stray \ before /Arnaldo Carvalho de Melo2023-08-151-1/+1
| * | | | perf script python: Add stub for PMU symbol to the python bindingIan Rogers2023-08-111-0/+5
| * | | | perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...Athira Rajeev2023-08-112-5/+12
| * | | | perf build: Remove -Wno-unused-but-set-variable from the flex flags when buil...Arnaldo Carvalho de Melo2023-08-111-5/+16
| * | | | Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-08-10147-755/+2007
| |\ \ \ \