aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-07-31perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushedJames Clark1-2/+6
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev3-7/+7
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev1-0/+143
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev3-5/+4
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev2-3/+14
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev2-1/+11
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev1-0/+51
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev1-0/+3
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev2-6/+50
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev4-11/+43
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 Rajeev2-2/+54
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 Rajeev4-383/+47
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev2-52/+57
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen1-1/+1
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark3-2/+7
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu2-0/+8
2024-07-12perf dso: Fix address sanitizer buildIan Rogers7-38/+49
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan1-0/+14
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers1-5/+21
2024-07-03perf comm str: Avoid sort during insertIan Rogers1-11/+18
2024-06-28perf: pmus: Remove unneeded semicolonYang Li1-1/+1
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim1-3/+14
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim1-0/+3
2024-06-27perf pmu: Don't de-duplicate core PMUsJames Clark1-6/+21
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark1-1/+1
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim1-1/+19
2024-06-26perf python: Clean up build dependenciesIan Rogers1-53/+0
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers2-205/+102
2024-06-26perf util: Make util its own libraryIan Rogers7-212/+212
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim1-1/+1
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim1-0/+3
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim1-4/+1
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-06-25perf pmus: Fixes always false when compare duplicates aliasesJunhao He1-2/+3
2024-06-25perf unwind-libunwind: Add malloc() failure handlingYunseong Kim1-0/+5
2024-06-25util: constant -1 with expression of type charYunseong Kim1-1/+1
2024-06-25perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter1-0/+9
2024-06-25tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...Athira Rajeev2-2/+2
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev3-1/+18
2024-06-21perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang1-0/+7
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim2-3/+13
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim6-13/+10
2024-06-10perf evsel: Refactor tool eventsIan Rogers3-3/+244
2024-06-06perf maps: Add/use a sorted insert for fixup overlap and insertIan Rogers1-6/+59
2024-06-06perf maps: Reduce sorting for overlapping mappingsIan Rogers1-19/+36
2024-06-06perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers1-4/+5
2024-06-06perf: parse-events: Fix compilation error while defining DEBUG_PARSERClément Le Goffic2-7/+0
2024-06-04perf hisi-ptt: remove unused struct 'hisi_ptt_queue'Dr. David Alan Gilbert1-5/+0