summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers
AgeCommit message (Expand)Author
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim
2024-02-20perf: script: prefer capstone to XEDChangbin Du
2024-01-04perf TUI: Don't ignore job controlAhelenia Ziemiańska
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim
2023-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers
2023-08-25perf tui slang: Tidy castsIan 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-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim
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
2022-10-06perf annotate: Remove unused struct disasm_line_samplesYuan Can
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim
2022-10-04perf annotate: Update use of pthread mutexIan Rogers
2022-10-04perf ui: Update use of pthread mutexIan Rogers
2022-01-10perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-07-07perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini
2021-07-01perf annotate: Allow 's' on source code linesRiccardo Mancini
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-06perf annotate: Show full source location with 'l' hotkeyMartin Liska
2021-02-17perf annotate: Do not jump after 'k' is pressedMartin Liška
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-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo 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
2020-06-22perf annotate: Remove unneeded conversion to boolJason Yan
2020-05-05perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo
2020-04-03perf report/top TUI: Fix title line formattingArnaldo Carvalho de Melo