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