Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
f18ddc13af981ce3c7b7f26925f099e7c6929aba
/
tools
/
perf
/
ui
/
browsers
/
hists.c
ceb7547
perf hists browser: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
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
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
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
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
49b8e2b
perf tools: Replace automatic const char[] variables by statics
by Rasmus Villemoes
· 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
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
6a02f06
perf hists browser: Clarify top/report browser help
by Andi Kleen
· 7 years ago
94e87a8
perf hists browser: Remove leftover from row returned from refresh
by Arnaldo Carvalho de Melo
· 7 years ago
fdae640
perf hists browser: Show extra_title_lines in the 'D' debug hotkey
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
f016d24
perf hists browser: Rename perf_evsel_browser_title to a more descriptive name
by Arnaldo Carvalho de Melo
· 7 years ago
8ef278b
perf report: Fix the output for stdio events list
by Jiri Olsa
· 7 years ago
a9980a6
perf top browser: Show sample_freq in browser title line
by Arnaldo Carvalho de Melo
· 7 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
2a704fc
perf report: Remove code to handle inline frames from browsers
by Milian Wolff
· 7 years ago
c4ee062
perf report: Calculate the average cycles of iterations
by Jin Yao
· 7 years ago
8b8ef2d
perf report: Enable finding kernel inline functions
by Jin Yao
· 8 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
58db1d6
perf tools: Move units conversion/formatting routines to separate object
by Arnaldo Carvalho de Melo
· 8 years ago
76b31a2
perf tools: Remove include dirent.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
b0742e9
perf tools: Don't include terminal handling headers in util.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a067558
perf tools: Move extra string util functions to util/string2.h
by Arnaldo Carvalho de Melo
· 8 years ago
632a5ca
perf tools: Move srcline definitions to separate header
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
5dfa210
perf report: Enable sorting by srcline as key
by Milian Wolff
· 8 years ago
0d3eb0b
perf report: Show inline stack for browser mode
by Jin Yao
· 8 years ago
3ef5b40
perf hists browser: Fix typo in function switch_data_file
by Changbin Du
· 8 years ago
0e3fa7a
perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entry
by Jiri Olsa
· 8 years ago
b33f922
perf hists browser: Put hist_entry folding logic into single function
by Jiri Olsa
· 8 years ago
69e6cdd
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
fef51ec
perf report: Show branch info in callchain entry for browser mode
by Jin Yao
· 8 years ago
b9bf911
perf hists browser: Fix column indentation on --hierarchy
by Namhyung Kim
· 8 years ago
131d51e
perf hists browser: Show folded sign properly on --hierarchy
by Namhyung Kim
· 8 years ago
3d9f468
perf hists browser: Fix indentation of folded sign on --hierarchy
by Namhyung Kim
· 8 years ago
9cba9844
perf hist browser: Fix hierarchy column counts
by Namhyung Kim
· 8 years ago
8a06b0b
perf hist browser: Fix hierarchy column counts
by Namhyung Kim
· 8 years ago
21e8c81
perf hists browser: Dynamically change verbosity level
by Alexis Berlemont
· 8 years ago
5a1a99c
perf c2c report: Add main TUI browser
by Jiri Olsa
· 9 years ago
c611152
perf top: Fix refreshing hierarchy entries on TUI
by Namhyung Kim
· 8 years ago
98ba160
perf tools: Make several display functions global
by Jiri Olsa
· 8 years ago
e3b60bc
perf hists: Factor out hists__reset_column_width()
by Namhyung Kim
· 8 years ago
5ff3e7a
perf ui/tui: Reset output width for hierarchy
by Namhyung Kim
· 8 years ago
d9ea48b
perf hists browser: Fix event group display
by Namhyung Kim
· 8 years ago
6637e6f1
perf hists browser: Remove superfluous null check on map
by Colin Ian King
· 8 years ago
29659ab
perf hists: Add support for header span
by Jiri Olsa
· 8 years ago
69705b3
perf tools tui: Display multiple header lines
by Jiri Olsa
· 8 years ago
74bb43f
perf hists: Add line argument into perf_hpp_fmt's header callback
by Jiri Olsa
· 8 years ago
f8e6710
perf hists: Introduce nr_header_lines into struct perf_hpp_list
by Jiri Olsa
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
fcd8642
perf hists browser: Introduce init()
by Jiri Olsa
· 9 years ago
a6ec894
perf hists browser: Introduce perf_evsel_browser constructor
by Jiri Olsa
· 9 years ago
b1c7a8f
perf hists browser: Move horizontal scroll init to new()
by Jiri Olsa
· 9 years ago
5b91a86
perf hists browser: Introduce struct hist_browser title callback
by Jiri Olsa
· 9 years ago
dabd201
perf hists browser: Make (new|delete|run) public
by Jiri Olsa
· 9 years ago
f758990
perf hists browser: Move hist_browser into header file
by Jiri Olsa
· 9 years ago
da1b040
perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback
by Jiri Olsa
· 9 years ago
0537217
perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback
by Jiri Olsa
· 9 years ago
01b4770
perf tui: Separate hierarchy and standard headers output
by Jiri Olsa
· 9 years ago
7cecb7f
perf hists: Move sort__has_comm into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
fa82911
perf hists: Move sort__has_thread into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
35a634f
perf hists: Move sort__has_socket into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
69849fc
perf hists: Move sort__has_dso into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
2e0453a
perf hists: Move sort__has_sym into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
1b6b678
perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs
by Arnaldo Carvalho de Melo
· 9 years ago
7d6a7e7
perf tools: Introduce trim function
by Jiri Olsa
· 9 years ago
9098903
perf hists: Fix determination of a callchain node's childlessness
by Andres Freund
· 9 years ago
599a2f3
perf hists browser: Check sort keys before hot key actions
by Namhyung Kim
· 9 years ago
6962ccb
perf hists browser: Allow thread filtering for comm sort key
by Namhyung Kim
· 9 years ago
325a628
perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()
by Namhyung Kim
· 9 years ago
a61a22f
perf hists browser: Use hierarchy hpp list
by Namhyung Kim
· 9 years ago
2dbbe9f
perf hists: Fix indent for multiple hierarchy sort key
by Namhyung Kim
· 9 years ago
1b2dbbf
perf hists: Use own hpp_list for hierarchy mode
by Namhyung Kim
· 9 years ago
cb1fab9
perf report: Left align dynamic entries in hierarchy
by Namhyung Kim
· 9 years ago
d3a72fd
perf report: Fix indentation of dynamic entries in hierarchy
by Namhyung Kim
· 9 years ago
79dded8
perf hists browser: Show message for percent limit
by Namhyung Kim
· 9 years ago
201fde7
perf hists browser: Cleanup hist_browser__update_percent_limit()
by Namhyung Kim
· 9 years ago
d8b9240
perf hists browser: Align column header in hierarchy mode
by Namhyung Kim
· 9 years ago
d0506ed
perf hists browser: Implement hierarchy output
by Namhyung Kim
· 9 years ago
492b101
perf hists browser: Support collapsing/expanding whole entries in hierarchy
by Namhyung Kim
· 9 years ago
Next »