l.org/pub/scm/linux/kernel/git/torvalds/linux.git/
aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev2-2/+108
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev3-6/+66
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev8-16/+96
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev1-0/+102
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev6-2/+79
2024-07-31perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpcAthira Rajeev1-0/+4
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev5-383/+424
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev2-52/+57
2024-07-31perf test: Avoid python leak sanitizer test failuresIan Rogers2-0/+6
2024-07-31perf trace: Remove arg_fmt->is_enum, we can get that from the BTF typeArnaldo Carvalho de Melo2-46/+56
2024-07-31perf trace: Introduce trace__btf_scnprintf()Arnaldo Carvalho de Melo1-22/+27