- 4fd0084 perf annotate: Do not jump after 'k' is pressed by Martin Liška · 4 years ago
- 900c8ea perf evlist: Use the right prefix for 'struct evlist' event selection methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
- e414fd1 perf evlist: Use the right prefix for 'struct evlist' evsel list methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
- f4bd0b4 perf evlist: Use the right prefix for 'struct evlist' browser methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
- ade9d20 perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods by Arnaldo Carvalho de Melo · 4 years, 2 months ago
- 5693302 perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefix by Arnaldo Carvalho de Melo · 4 years, 2 months ago
- 86449b1 perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse() by Song Liu · 4 years, 3 months ago
- d4ccbac perf top/report: Fix infinite loop in the TUI for grouped events by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
- bee9ca1 perf report TUI: Remove needless 'dummy' event from menu by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- d61cbb8 perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() by Wei Li · 4 years, 7 months ago
- a1f8bc9 perf annotate: Remove unneeded conversion to bool by Jason Yan · 4 years, 9 months ago
- 2bb72db perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- e470dae perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- 347c751 perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- 376c3c22 perf report/top TUI: Fix title line formatting by Arnaldo Carvalho de Melo · 4 years, 10 months ago
- dbddf17 perf report/top TUI: Support hotkeys to let user select any event for sorting by Jin Yao · 5 years ago
- 5e3b810 perf report: Support a new key to reload the browser by Jin Yao · 5 years ago
- 429a5f9 perf report: Allow specifying event to be used as sort key in --group output by Jin Yao · 5 years ago
- ec0479a perf report/top TUI: Support hotkey 'a' for annotation of unresolved addresses by Jin Yao · 5 years ago
- 7b0a0dc perf report: Support interactive annotation of code without symbols by Jin Yao · 5 years ago
- e0ad4d6 perf annotate: Remove privsize from symbol__annotate() args by Ravi Bangoria · 5 years ago
- 46ccb44 perf annotate: Fix --show-nr-samples for tui/stdio2 by Ravi Bangoria · 5 years ago
- 68aac85 perf annotate: Fix --show-total-period for tui/stdio2 by Ravi Bangoria · 5 years ago
- 54cf752 perf annotate/tui: Re-render title bar after switching back from script browser by Ravi Bangoria · 5 years ago
- 93e843f perf/ui/gtk: Fix gtk2 build by Jiri Olsa · 5 years ago
- 604e213 perf ui gtk: Add missing zalloc object by Jiri Olsa · 5 years ago
- e6d6abf perf report/top: Make 'e' visible in the help and make it toggle showing callchains by Arnaldo Carvalho de Melo · 5 years ago
- ea537f2 perf report/top: Do not offer annotation for symbols without samples by Arnaldo Carvalho de Melo · 5 years ago
- 4c8b9c0 perf report/top: Allow pressing hotkeys in the options popup menu by Arnaldo Carvalho de Melo · 5 years ago
- d071265 tools ui popup: Allow returning hotkeys by Arnaldo Carvalho de Melo · 5 years ago
- d10ec00 perf hists browser: Allow passing an initial hotkey by Arnaldo Carvalho de Melo · 5 years ago
- 209f4e7 perf report/top: Add 'k' hotkey to zoom directly into the kernel map by Arnaldo Carvalho de Melo · 5 years ago
- 632003f perf hists browser: Generalize the do_zoom_dso() function by Arnaldo Carvalho de Melo · 5 years ago
- bdc633f perf report/top: Improve toggle callchain menu option by Arnaldo Carvalho de Melo · 5 years ago
- d5a599d perf report/top: Add menu entry for toggling callchain expansion by Arnaldo Carvalho de Melo · 5 years ago
- 9218a91 perf report/top: Make ENTER consistently bring up menu by Arnaldo Carvalho de Melo · 5 years ago
- 3f77740 perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc by Arnaldo Carvalho de Melo · 5 years ago
- c54d241 perf maps: Rename map_groups.h to maps.h by Arnaldo Carvalho de Melo · 5 years ago
- f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
- fe87797d perf thread: Rename thread->mg to thread->maps by Arnaldo Carvalho de Melo · 5 years ago
- 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
- 848a5e5 perf report: Jump to symbol source view from total cycles view by Jin Yao · 5 years ago
- 5cb456a perf util: Move block TUI function to ui browsers by Jin Yao · 5 years ago
- 94e44b9 perf annotate: Stop using map->groups, use map_symbol->mg instead by Arnaldo Carvalho de Melo · 5 years ago
- d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
- 2975489 perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers by Arnaldo Carvalho de Melo · 5 years ago
- 7fa46cb perf report: Sort by sampled cycles percent per block for tui by Jin Yao · 5 years ago
- 0b49f83 perf report: Support --percent-limit for --total-cycles by Jin Yao · 5 years ago
- 6f7164f perf report: Sort by sampled cycles percent per block for stdio by Jin Yao · 5 years ago
- 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 5 years ago
- e0fcfb0 perf evlist: Adopt backwards ring buffer state enum by Arnaldo Carvalho de Melo · 5 years ago
- ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
- fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
- 4a903c2 perf tools: Remove debug.h from places where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
- b22bb13 perf debug: No need to include ui/util.h by Arnaldo Carvalho de Melo · 5 years ago
- d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
- f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
- fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
- 7ae811b perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
- 5c9dbe6 perf tools: Remove needless sort.h include directives by Arnaldo Carvalho de Melo · 5 years ago
- 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
- b1d1b09 perf symbols: Move symsrc prototypes to a separate header by Arnaldo Carvalho de Melo · 5 years ago
- 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
- b420902 perf tools: Remove debug.h from header files not needing it by Arnaldo Carvalho de Melo · 5 years ago
- 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
- c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 5 years ago
- 3b4acbb9 perf script: Fix memory leaks in list_scripts() by Gustavo A. R. Silva · 6 years ago
- 185bcb9 perf sort: Remove needless headers from sort.h, provide fwd struct decls by Arnaldo Carvalho de Melo · 5 years ago
- 5c959b6 perf top: Show info message while collecting samples by Arnaldo Carvalho de Melo · 5 years ago
- 2284cf8 perf ui browser: Allow specifying message to show when no samples are available to display by Arnaldo Carvalho de Melo · 5 years ago
- 9b01611 perf ui: Introduce non-interactive ui__info_window() function by Arnaldo Carvalho de Melo · 5 years ago
- 9e79ff7 perf ui: Make 'exit_msg' optional in ui__question_window() by Arnaldo Carvalho de Melo · 5 years ago
- 1cd8fa2 perf ui: No need to set ui_browser to 1 twice by Arnaldo Carvalho de Melo · 5 years ago
- 2b75863 perf tools: Fix paths in include statements by Luke Mujica · 6 years ago
- 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
- fa37bab perf tools: Fix include paths in ui directory by Ian Rogers · 5 years ago
- 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
- ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 5 years ago
- b27c4ec libperf: Include perf_evsel in evsel object by Jiri Olsa · 5 years ago
- 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- ceb7547 perf hists browser: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 6 years ago
- d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
- 215a0d3 perf tools: Add missing headers, mostly stdlib.h by Arnaldo Carvalho de Melo · 6 years ago
- b10c78c perf diff: Print the basic block cycles diff by Jin Yao · 6 years ago
- 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
- 3ca43b6 perf tools: Remove trim() implementation, use tools/lib's strim() by Arnaldo Carvalho de Melo · 6 years ago
- 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
- 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
- b598c34 perf ui stdio: No need to use 'spaces' to left align by Arnaldo Carvalho de Melo · 6 years ago
- 2d7102a perf tools: Fix cache.h include directive by Numfor Mbiziwo-Tiapo · 6 years ago
- 78d6ccc perf build: Handle slang being in /usr/include and in /usr/include/slang/ by Arnaldo Carvalho de Melo · 6 years ago
- da20196 perf annotate TUI browser: Do not use member from variable within its own initialization by Arnaldo Carvalho de Melo · 6 years ago