Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ee484875af0080a0c8621e58facf06f92c658a4b
/
tools
/
perf
/
ui
/
stdio
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
by Arnaldo Carvalho de Melo
· 6 years ago
b10c78c
perf diff: Print the basic block cycles diff
by Jin Yao
· 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
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
41f3091
perf map: Move structs and prototypes for map groups to a separate header
by Arnaldo Carvalho de Melo
· 6 years ago
7b644f9
perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
by Arnaldo Carvalho de Melo
· 6 years ago
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
e9de7e2
perf hists: Clarify callchain disabling when available
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
b0867f0
perf ui stdio: Use map_groups__fprintf()
by Arnaldo Carvalho de Melo
· 7 years ago
39ce7fb
perf report: Show zero counters as well in 'perf report --stat'
by Ingo Molnar
· 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
8e99b6d
tools include: Adopt strstarts() from the kernel
by Arnaldo Carvalho de Melo
· 8 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
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
5dfa210
perf report: Enable sorting by srcline as key
by Milian Wolff
· 8 years ago
0db64dd
perf report: Show inline stack for stdio mode
by Jin Yao
· 8 years ago
8577ae6
perf report: Show branch info in callchain entry for stdio mode
by Jin Yao
· 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
9da44db
perf hists: Add __hist_entry__snprintf function
by Jiri Olsa
· 8 years ago
d527822
perf hists: Use bigger buffer for stdio headers
by Jiri Olsa
· 8 years ago
e3b60bc
perf hists: Factor out hists__reset_column_width()
by Namhyung Kim
· 8 years ago
195bc0f
perf ui/stdio: Rename print_hierarchy_header()
by Namhyung Kim
· 8 years ago
9a6ad25
perf ui/stdio: Always reset output width for hierarchy
by Namhyung Kim
· 8 years ago
29659ab
perf hists: Add support for header span
by Jiri Olsa
· 8 years ago
f3705b0
perf tools stdio: 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
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
8f1d1b4
perf stdio: Do not pass hists in hist_entry__fprintf
by Jiri Olsa
· 9 years ago
7a72a2e
perf stdio: Separate standard headers output
by Jiri Olsa
· 9 years ago
5c854f3
perf stdio: Separate hierarchy headers output
by Jiri Olsa
· 9 years ago
36592eb
perf stdio: Separate headers output
by Jiri Olsa
· 9 years ago
7d6a7e7
perf tools: Introduce trim function
by Jiri Olsa
· 9 years ago
f58c95e
perf report: Use hierarchy hpp list on stdio
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
bd4abd3
perf report: Show message for percent limit on stdio
by Namhyung Kim
· 9 years ago
8e2fc44
perf ui/stdio: Align column header for hierarchy output
by Namhyung Kim
· 9 years ago
ef86d68
perf ui/stdio: Implement hierarchy output mode
by Namhyung Kim
· 9 years ago
89fee70
perf hists: Do column alignment on the format iterator
by Arnaldo Carvalho de Melo
· 9 years ago
f0786af
perf hists: Introduce hists__for_each_format macro
by Jiri Olsa
· 9 years ago
cf09404
perf hists: Introduce perf_hpp_list__for_each_format macro
by Jiri Olsa
· 9 years ago
3848c23
perf report: Don't show blank lines if entry has no callchain
by Namhyung Kim
· 9 years ago
7ed5d6e
perf report: Fix percent display in callchains on --stdio
by Namhyung Kim
· 9 years ago
54d27b3
perf callchain: Pass parent_samples to __callchain__fprintf_graph()
by Namhyung Kim
· 9 years ago
7e597d3
perf report: Get rid of hist_entry__callchain_fprintf()
by Namhyung Kim
· 9 years ago
361459f
perf tools: Skip dynamic fields not defined for current event
by Namhyung Kim
· 9 years ago
f2af008
perf report: Add callchain value option
by Namhyung Kim
· 9 years ago
5ab250c
perf callchain: Abstract callchain print function
by Namhyung Kim
· 9 years ago
26e7792
perf report: Support folded callchain mode on --stdio
by Namhyung Kim
· 9 years ago
2989cca
perf callchain: Use a common function to resolve symbol or name
by Andi Kleen
· 10 years ago
5b59166
perf report: Honor column width setting
by Namhyung Kim
· 10 years ago
acebd40
perf tools: Remove verbose from functions prototypes
by Jiri Olsa
· 11 years ago
56772ad
perf ui/stdio: Fix invalid percentage value of cumulated hist entries
by Namhyung Kim
· 11 years ago
1413566
perf tools: Apply percent-limit to cumulative percentage
by Namhyung Kim
· 11 years ago
cfaa154
perf tools: Get rid of obsolete hist_entry__sort_list
by Namhyung Kim
· 11 years ago
678a500
perf hists: Reset width of output fields with header length
by Namhyung Kim
· 11 years ago
e67d49a
perf tools: Skip elided sort entries
by Namhyung Kim
· 11 years ago
26d8b33
perf tools: Consolidate output field handling to hpp format routines
by Namhyung Kim
· 11 years ago
93d5731
perf tools: Allocate thread map_groups's dynamically
by Arnaldo Carvalho de Melo
· 11 years ago
94a0793
perf ui hists: Pass evsel to hpp->header/width functions explicitly
by Namhyung Kim
· 11 years ago
a0088ad
perf ui/hists: Pass struct hpp to print functions
by Namhyung Kim
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
316c713
perf tools: Finish the removal of 'self' arguments
by Arnaldo Carvalho de Melo
· 11 years ago
9754c4f
perf hists: Add color overhead for stdio output buffer
by Jiri Olsa
· 11 years ago
99cf666
perf hists: Fix formatting of long symbol names
by Arnaldo Carvalho de Melo
· 11 years ago
be0e6d1
perf tools: Move hist_entry__period_snprintf into stdio code
by Jiri Olsa
· 12 years ago
2c5d4b4
perf tools: Add struct perf_hpp_fmt into hpp callbacks
by Jiri Olsa
· 12 years ago
064f198
perf report: Add --percent-limit option
by Namhyung Kim
· 12 years ago
5b9e214
perf ui/hist: Add support for event group view
by Namhyung Kim
· 12 years ago
52168ee
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
by Arnaldo Carvalho de Melo
· 12 years ago
1240005
perf hists: Introduce perf_hpp__list for period related columns
by Jiri Olsa
· 12 years ago
ed279da
perf diff: Add -F option to display formula for computation
by Jiri Olsa
· 12 years ago
b24c28f
perf hists: Introduce struct he_stat
by Namhyung Kim
· 12 years ago
b5ff71c
perf diff: Removing the total_period argument from output code
by Jiri Olsa
· 12 years ago
41724e4
perf tools: Removing hists pair argument from output path
by Jiri Olsa
· 12 years ago
5395a04
perf hists: Separate overhead and baseline columns
by Jiri Olsa
· 12 years ago
dd46434
perf diff: Refactor diff displacement possition info
by Jiri Olsa
· 12 years ago
9ffad98
perf hists: Handle field separator properly
by Namhyung Kim
· 12 years ago
ea251d5
perf hists: Introduce perf_hpp for hist period printing
by Namhyung Kim
· 12 years ago
000078b
perf hists: Rename and move some functions
by Namhyung Kim
· 12 years ago
7ccf4f9
perf hists: Separate out hist print functions
by Namhyung Kim
· 12 years ago