Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
712737241980476a277a4108e3121240a29de968
/
tools
/
perf
/
util
/
hist.h
7127372
perf evlist: Use the right prefix for 'struct evlist' print 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
10c513f
perf evsel: Rename perf_evsel__resort*() to evsel__resort*()
by Arnaldo Carvalho de Melo
· 4 years, 9 months ago
b629f3e
perf report: Add 'cgroup' sort key
by Namhyung Kim
· 4 years, 10 months ago
5e3b810
perf report: Support a new key to reload the browser
by Jin Yao
· 5 years ago
55347ec
perf hists: Fix variable name's inconsistency in hists__for_each() macro
by Yuya Fujita
· 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
7841f40
perf hist: Count the total cycles of all samples
by Jin Yao
· 5 years ago
3793d4d
perf hist: Add missing 'struct branch_stack' forward declaration
by Arnaldo Carvalho de Melo
· 5 years ago
4772925
perf tools: Move 'struct events_stats' and prototypes to separate header
by Arnaldo Carvalho de Melo
· 5 years ago
171f747
perf hist: Remove needless ui/progress.h from hist.h
by Arnaldo Carvalho de Melo
· 5 years ago
be5863b
perf top: Fix event group with more than two events
by Namhyung Kim
· 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
b10c78c
perf diff: Print the basic block cycles diff
by Jin Yao
· 6 years ago
fe96245
perf hists: Add block_info in hist_entry
by Jin Yao
· 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
3723908
perf report: Support time sort key
by Andi Kleen
· 6 years ago
5749618
perf evsel: Add output_resort_cb method
by Jiri Olsa
· 6 years ago
e4c38fd
perf hists: Add argument to hists__resort_cb_t callback
by Jiri Olsa
· 6 years ago
7155128
perf hist: Remove the needless callchain.h include from hist.h
by Arnaldo Carvalho de Melo
· 6 years ago
7cadca8
perf hist: Remove symbol.h from hist.h, just fwd decls are needed
by Arnaldo Carvalho de Melo
· 6 years ago
9f4e8ff
perf symbols: Introduce map_symbol.h
by Arnaldo Carvalho de Melo
· 6 years ago
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
ec6ae74
perf report: Display average IPC and IPC coverage per symbol
by Jin Yao
· 6 years ago
e9de7e2
perf hists: Clarify callchain disabling when available
by Arnaldo Carvalho de Melo
· 7 years ago
c9d3662
perf hists: Reimplement hists__has_callchains()
by Arnaldo Carvalho de Melo
· 7 years ago
fabd37b
perf hists: Check if a hist_entry has callchains before using them
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
967a464
perf hists: Introduce hists__scnprint_title()
by Arnaldo Carvalho de Melo
· 7 years ago
b74d12d
perf tools: Add a "dso_size" sort order
by Kim Phillips
· 7 years ago
e3ebaa4
perf report: Fix memory corruption in --branch-history mode --branch-history
by Jiri Olsa
· 7 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 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
8780fb2
perf sort: Add sort option for physical address
by Kan Liang
· 7 years ago
d890a98
perf tools: Add 'cgroup_id' sort order keyword
by Hari Bathini
· 8 years ago
7768f8d
perf tools: Allow sorting by symbol size
by Charles Baylis
· 8 years ago
a1c9f97
perf diff: Fix -o/--order option behavior (again)
by Namhyung Kim
· 8 years ago
9857b71
perf c2c report: Limit the cachelines table entries
by Jiri Olsa
· 8 years ago
2d83145
perf hists: Make hists__fprintf_headers function global
by Jiri Olsa
· 8 years ago
bd28d0c
perf hists: Make __hist_entry__snprintf function global
by Jiri Olsa
· 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
29659ab
perf hists: Add support for header span
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
52c5cc3
perf hists: Introduce output_resort_cb method
by Jiri Olsa
· 8 years ago
a505197
perf hists: Introduce hists__add_entry_ops function
by Jiri Olsa
· 9 years ago
0102ef3
perf hists: Rename __hists__add_entry to hists__add_entry
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
d05e3aa
perf stdio: Add use_callchain parameter to hists__fprintf
by Jiri Olsa
· 9 years ago
508be0d
perf report: Add srcline_from/to branch sort keys
by Andi Kleen
· 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
de7e6a7
perf hists: Move sort__has_parent into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
5222503
perf hists: Move sort__need_collapse into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
592dac6
perf tools: Make hists__collapse_insert_entry static
by Jiri Olsa
· 9 years ago
b8f8eb8
perf tools: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 9 years ago
86e3ee5
perf tools: Remove nr_sort_keys field
by Namhyung Kim
· 9 years ago
4945cf2
perf tools: Add more sort entry check functions
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
c3bc0c4
perf hists: Introduce perf_hpp__setup_hists_formats()
by Namhyung Kim
· 9 years ago
4b633eb
perf hists: Add level field to struct perf_hpp_fmt
by Namhyung Kim
· 9 years ago
d3a72fd
perf report: Fix indentation of dynamic entries in hierarchy
by Namhyung Kim
· 9 years ago
a7b5895
perf hists: Add more helper functions for the hierarchy mode
by Namhyung Kim
· 9 years ago
ef86d68
perf ui/stdio: Implement hierarchy output mode
by Namhyung Kim
· 9 years ago
1f2d72c
perf hists: Count number of sort keys
by Namhyung Kim
· 9 years ago
5443010
perf hists: Introduce hist_entry__filter()
by Namhyung Kim
· 9 years ago
8c01872
perf hists: Add helper functions for hierarchy mode
by Namhyung Kim
· 9 years ago
a9c6e46
perf tools: Add helper functions for some sort keys
by Namhyung Kim
· 9 years ago
bba58cd
perf hists: Return error from hists__collapse_resort()
by Namhyung Kim
· 9 years ago
467ef10
perf hists browser: Fix percentage update on key press
by Namhyung Kim
· 9 years ago
89fee70
perf hists: Do column alignment on the format iterator
by Arnaldo Carvalho de Melo
· 9 years ago
aa6f50a
perf hists: Introduce hists__for_each_sort_list macro
by Jiri Olsa
· 9 years ago
f0786af
perf hists: Introduce hists__for_each_format macro
by Jiri Olsa
· 9 years ago
5b65855
perf tools: Add hpp_list into struct hists object
by Jiri Olsa
· 9 years ago
43e0a68
perf hists: Add struct perf_hpp_list argument to helper functions
by Jiri Olsa
· 9 years ago
1a8ebd2
perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro
by Jiri Olsa
· 9 years ago
d29a497
perf hists: Introduce perf_hpp_list__for_each_sort_list macro
by Jiri Olsa
· 9 years ago
7a1799e
perf hists: Introduce perf_hpp_list__for_each_format_safe macro
by Jiri Olsa
· 9 years ago
cf09404
perf hists: Introduce perf_hpp_list__for_each_format macro
by Jiri Olsa
· 9 years ago
ebdd98e
perf hists: Add perf_hpp_list register helpers
by Jiri Olsa
· 9 years ago
94b3dc3
perf hists: Introduce perf_hpp_list__init function
by Jiri Olsa
· 9 years ago
7c31e102
perf hists: Introduce struct perf_hpp_list
by Jiri Olsa
· 9 years ago
564132f
perf hists: Properly release format fields
by Jiri Olsa
· 9 years ago
12cb439
perf hists: Remove perf_hpp__column_(disable|enable)
by Jiri Olsa
· 9 years ago
9735808
perf hists: Add 'equal' method to perf_hpp_fmt struct
by Jiri Olsa
· 9 years ago
b21a763
perf hists: Add _idx fields into struct perf_hpp_fmt
by Jiri Olsa
· 9 years ago
452ce03
perf hists: Introduce perf_evsel__output_resort function
by Jiri Olsa
· 9 years ago
fc284be
perf hists: Export a couple of hist functions
by Namhyung Kim
· 9 years ago
361459f
perf tools: Skip dynamic fields not defined for current event
by Namhyung Kim
· 9 years ago
a34bb6a
perf tools: Add 'trace' sort key
by Namhyung Kim
· 9 years ago
fd36f3d
perf hist: Pass struct sample to __hists__add_entry()
by Namhyung Kim
· 9 years ago
Next »