aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/ui/browsers (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-09perf annotate: Fix title line after return from callNamhyung Kim1-3/+7
2025-09-09perf annotate: Factor out annotate_browser__show_function_title()Namhyung Kim1-11/+16
2025-09-09perf annotate: Fix signature of annotate_browser__show()Namhyung Kim1-12/+13
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim1-1/+33
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim1-2/+2
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim1-0/+17
2025-08-28perf annotate: Add 'T' hot key to toggle data type displayNamhyung Kim1-5/+12
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim1-0/+6
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim1-2/+11
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim2-11/+31
2025-07-25perf evlist: Change env variable to sessionIan Rogers2-4/+2
2025-07-22perf ui scripts: Switch FILENAME_MAX to NAME_MAXIan Rogers1-1/+1
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim1-3/+83
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim1-0/+3
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim1-0/+3
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim1-0/+6
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim1-0/+3
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim1-0/+11
2025-05-02perf hist: Support multi-line headerNamhyung Kim1-8/+16
2025-04-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo1-1/+1
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo1-38/+23
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo1-2/+9
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo1-3/+13
2025-04-10perf ui browser map: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-1/+3
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-2/+8
2025-04-10perf ui browser header: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser annotate-data: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-02-18perf report: Add latency output fieldDmitry Vyukov1-10/+17
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers1-1/+1
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers1-2/+175
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim1-2/+2
2024-08-14perf annotate: Display the branch counter histogramKan Liang2-3/+18
2024-08-14perf report: Display the branch counter histogramKan Liang1-1/+16
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim1-2/+10
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim1-6/+92
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim1-23/+212
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim1-1/+2
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim1-7/+23
2024-07-31perf annotate: Convert comma to semicolonChen Ni1-1/+1
2024-06-26perf ui: Make ui its own libraryIan Rogers1-7/+7
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo1-1/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers3-9/+9
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2024-04-12perf report: Add a menu item to annotate data type in TUINamhyung Kim1-0/+31
2024-04-12perf annotate-data: Support event group display in TUINamhyung Kim1-10/+40
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim2-0/+283
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim1-1/+1
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim1-1/+1
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim1-3/+3