- e470dae perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
- c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
- 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 10 months ago
- 376c3c22 perf report/top TUI: Fix title line formatting by Arnaldo Carvalho de Melo · 5 years 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
- 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
- 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
- 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
- f2eaea0 perf map_symbol: Rename ms->mg to ms->maps by Arnaldo Carvalho de Melo · 5 years ago
- 848a5e50 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
- 515dbe4 libperf: Add perf_evlist__first()/last() functions by Jiri Olsa · 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 · 6 years ago
- f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 6 years ago
- fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 6 years ago
- 5c9dbe6 perf tools: Remove needless sort.h include directives by Arnaldo Carvalho de Melo · 6 years ago
- 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 6 years ago
- b1d1b09 perf symbols: Move symsrc prototypes to a separate header by Arnaldo Carvalho de Melo · 6 years ago
- 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 6 years ago
- b420902 perf tools: Remove debug.h from header files not needing it by Arnaldo Carvalho de Melo · 6 years ago
- c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 6 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 · 6 years ago
- 5c959b6 perf top: Show info message while collecting samples by Arnaldo Carvalho de Melo · 6 years ago
- 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 6 years ago
- 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 6 years ago
- ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 6 years ago
- b27c4ec libperf: Include perf_evsel in evsel object by Jiri Olsa · 6 years ago
- 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 6 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 6 years ago
- ceb7547 perf hists browser: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 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
- 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
- da20196 perf annotate TUI browser: Do not use member from variable within its own initialization by Arnaldo Carvalho de Melo · 6 years ago
- e3b74de perf tools report: Add custom scripts to script menu by Andi Kleen · 6 years ago
- 59c2498 perf ui browser: Fix ui popup argv browser for many entries by Andi Kleen · 6 years ago
- 905e4af perf script: Add array bound checking to list_scripts by Andi Kleen · 6 years ago
- 4968ac8 perf report: Implement browsing of individual samples by Andi Kleen · 6 years ago
- 6f3da20 perf report: Support builtin perf script in scripts menu by Andi Kleen · 6 years ago
- 1d6c49d perf report: Support running scripts for current time range by Andi Kleen · 6 years ago
- 75065a85 perf report: Use less for scripts output by Andi Kleen · 6 years ago
- 5ff3288 perf tools: Rename build libperf to perf by Jiri Olsa · 6 years ago
- b10ba7f perf tools: Add missing include <callchain.h> in various places by Arnaldo Carvalho de Melo · 6 years ago
- daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
- 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
- 98cb621 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
- d328e30 perf symbols: Remove include map.h from dso.h by Arnaldo Carvalho de Melo · 6 years ago
- 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
- da06d56 perf top: Fix wrong hottest instruction highlighted by He Kuang · 6 years ago
- 8aa5c8e perf top: Move perf_top__reset_sample_counters() to after counts display by Jiri Olsa · 6 years ago
- 97f7e0b perf top: Save and display the drop count stats by Jiri Olsa · 6 years ago
- d24e3c9 perf top: Save and display the lost count stats by Jiri Olsa · 6 years ago
- 3e0d795 perf annotate: Add support to toggle percent type by Jiri Olsa · 7 years ago
- d4265b1 perf annotate: Pass browser percent_type in annotate_browser__calc_percent() by Jiri Olsa · 7 years ago
- 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 7 years ago
- 6d9f0c2 perf annotate: Switch struct annotation_data::percent to array by Jiri Olsa · 7 years ago
- c2f938b perf annotate: Rename struct annotation_line::samples* to data* by Jiri Olsa · 7 years ago
- 0683d13 perf annotate: Get rid of annotation__scnprintf_samples_period() by Jiri Olsa · 7 years ago
- fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
- f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
- cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
- 14c8dde perf annotate: Replace symbol__alloc_hists() with symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
- 3e71fc0 perf annotate: Create hotkey 'c' to show min/max cycles by Jin Yao · 7 years ago
- 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
- 6a02f06 perf hists browser: Clarify top/report browser help by Andi Kleen · 7 years ago
- 51f3960 perf annotate browser: Allow showing offsets in more than just jump targets by Arnaldo Carvalho de Melo · 7 years ago
- 94e87a8 perf hists browser: Remove leftover from row returned from refresh by Arnaldo Carvalho de Melo · 7 years ago
- fdae6400 perf hists browser: Show extra_title_lines in the 'D' debug hotkey by Arnaldo Carvalho de Melo · 7 years ago
- e726c85 perf annotate browser: Fixup vertical line separating metrics from instructions by Arnaldo Carvalho de Melo · 7 years ago
- 6920e28 perf annotate browser: Show extra title line with event information by Arnaldo Carvalho de Melo · 7 years ago
- ef9ff60 perf ui browser: Move the extra title lines from the hists browser by Arnaldo Carvalho de Melo · 7 years ago
- 25c312d perf hists: Move hists__scnprintf_title() away from the TUI code by Arnaldo Carvalho de Melo · 7 years ago
- 967a464 perf hists: Introduce hists__scnprint_title() by Arnaldo Carvalho de Melo · 7 years ago