summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-07-31perf annotate: Convert comma to semicolonChen Ni
2024-07-31perf vendor events power10: Update JSON/eventsKajol Jain
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev
2024-07-31perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpcAthira Rajeev
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev
2024-07-31perf test: Avoid python leak sanitizer test failuresIan Rogers
2024-07-31perf trace: Remove arg_fmt->is_enum, we can get that from the BTF typeArnaldo Carvalho de Melo
2024-07-31perf trace: Introduce trace__btf_scnprintf()Arnaldo Carvalho de Melo
2024-07-31perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...Howard Chu
2024-07-31perf test: Add landlock workloadHoward Chu
2024-07-31perf trace: Filter enum arguments with enum namesHoward Chu
2024-07-31perf trace: Augment non-syscall tracepoints with enum arguments with BTFHoward Chu
2024-07-31perf trace: BTF-based enum pretty printing for syscall argsHoward Chu
2024-07-30Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds
2024-07-26perf docs: Document cross compilationLeo Yan
2024-07-26perf: build: Link lib 'zstd' for static buildLeo Yan
2024-07-26perf: build: Only link libebl.a for old libdwLeo Yan
2024-07-26perf: build: Set Python configuration for cross compilationLeo Yan
2024-07-26perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen
2024-07-23Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu
2024-07-12perf dso: Fix address sanitizer buildIan Rogers
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan
2024-07-12perf arm-spe: Support multiple Arm SPE PMUsLeo Yan
2024-07-12perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie
2024-07-12perf record: Fix memset out-of-range errorHaoze Xie
2024-07-12perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy
2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy
2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-07-11perf build: Conditionally add feature check flags for libtrace{event,fs}Guilherme Amadio