summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers/hists.c
AgeCommit message (Expand)Author
2026-07-27perf ui hists: Remove duplicated thread in popup_actionIan Rogers
2026-07-27perf ui hists: Fix dso_filter reference leak and exit zoom cleanupIan Rogers
2026-07-27perf ui hists: In report UI ensure thread is set with reference countingIan Rogers
2026-07-27perf ui hists: Guard against NULL hist_entry in add_script_opt()Ian Rogers
2026-07-27perf ui hists: Fix stack use-after-return in symbol_filter_strIan Rogers
2026-07-17perf ui hists: Fix NULL pointer array gap in add_script_opt()Ian Rogers
2026-07-17perf ui hists: Include limits.h for PATH_MAX definitionIan Rogers
2026-07-17perf ui hists: Fix uninitialized stack memory free on pstack allocation failureIan Rogers
2026-07-17perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflowIan Rogers
2026-06-30perf evlist: Add reference count checkingIan Rogers
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim
2025-07-25perf evlist: Change env variable to sessionIan Rogers
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim
2025-05-02perf hist: Support multi-line headerNamhyung Kim
2025-04-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo
2025-02-18perf report: Add latency output fieldDmitry Vyukov
2024-08-14perf annotate: Display the branch counter histogramKan Liang
2024-08-14perf report: Display the branch counter histogramKan Liang
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-12perf report: Add a menu item to annotate data type in TUINamhyung Kim
2024-01-04perf TUI: Don't ignore job controlAhelenia ZiemiaƄska
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers
2023-08-03perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim
2023-08-03perf hists browser: Fix hierarchy mode headerNamhyung Kim
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event selection methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' browser methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'toggle' methodsArnaldo Carvalho de Melo
2020-11-30perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo
2020-11-03perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()Song Liu
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-07-06perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo
2020-07-06perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li