aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11perf env: Find correct branch counter info on hybridKan Liang1-2/+3
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim1-0/+1
2024-08-14perf annotate: Display the branch counter histogramKan Liang1-3/+37
2024-08-14perf report: Display the branch counter histogramKan Liang1-0/+145
2024-08-14perf annotate: Save branch counters for each blockKan Liang1-12/+56
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim1-0/+37
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim1-5/+17
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim1-9/+5
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim1-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim1-4/+3
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev1-1/+1
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev1-3/+16
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim1-4/+5
2024-05-07perf annotate: Fix memory leak in annotated_sourceIan Rogers1-0/+6
2024-05-07perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev1-1/+1
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo1-2/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-9/+8
2024-04-26perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim1-1/+1
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-0/+3
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim1-0/+7
2024-04-12perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim1-2/+3
2024-04-12perf annotate: Get rid of symbol__ensure_annotate()Namhyung Kim1-12/+2
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim1-25/+68
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim1-0/+3
2024-04-08perf annotate: Move 'start' field struct to 'struct annotated_source'Namhyung Kim1-5/+5
2024-04-08perf annotate: Move nr_events struct to 'struct annotated_source'Namhyung Kim1-3/+3
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim1-3/+3
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim1-19/+22
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim1-23/+6
2024-04-08perf annotate: Check annotation lines more efficientlyNamhyung Kim1-21/+35
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim1-5/+21
2024-04-08perf annotate: Staticize some local functionsNamhyung Kim1-3/+5
2024-04-08perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo1-1/+3
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim1-1600/+2
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim1-1/+6
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim1-4/+4
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim1-0/+25
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim1-0/+7
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim1-4/+32
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim1-17/+4
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim1-0/+1
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim1-3/+219
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim1-15/+15
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim1-31/+5
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim1-14/+30
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim1-2/+40
2024-01-22perf annotate-data: Support global variablesNamhyung Kim1-2/+55
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim1-0/+26
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim1-9/+34