Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4dbfb5f4401f845903679afbfeb4b97b47bb2331
/
tools
/
perf
/
util
/
hist.h
28e6db2
perf tools: Add support for sorting on the iaddr
by Don Zickus
· 9 years ago
96b40f3
perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
by Adrian Hunter
· 9 years ago
84734b0
perf hists browser: Zoom in/out for processor socket
by Kan Liang
· 9 years ago
21394d9
perf report: Introduce --socket-filter option
by Kan Liang
· 9 years ago
2e7ea3a
perf tools: Introduce new sort type "socket" for the processor socket
by Kan Liang
· 9 years ago
ce80d3b
perf tools: Rename perf_session_env to perf_env
by Kan Liang
· 9 years ago
31191a8
perf report: Add support for srcfile sort key
by Andi Kleen
· 9 years ago
57849998
perf report: Add processing for cycle histograms
by Andi Kleen
· 9 years ago
0e332f0
perf tools: Add support for cycles, weight branch_info field
by Andi Kleen
· 9 years ago
063bd93
perf hists: Reducing arguments of hist_entry_iter__add()
by Namhyung Kim
· 9 years ago
d5dbc51
perf hists browser: Allow annotating entries in callchains
by Arnaldo Carvalho de Melo
· 10 years ago
f3b623b
perf tools: Reference count struct thread
by Arnaldo Carvalho de Melo
· 10 years ago
87bbdf7
perf tools: Pass struct perf_hpp_fmt to its callbacks
by Namhyung Kim
· 10 years ago
6733d1b
perf hists: Rename hist_entry__free to __delete
by Arnaldo Carvalho de Melo
· 10 years ago
740b97f
perf report: Show progress bar for output resorting
by Namhyung Kim
· 10 years ago
a635fc5
perf tools: Remove hists from evsel
by Arnaldo Carvalho de Melo
· 10 years ago
8f651ea
perf callchain: Move the callchain_param extern to callchain.h
by Arnaldo Carvalho de Melo
· 10 years ago
2a1731f
perf session: Remove last reference to hists struct
by Arnaldo Carvalho de Melo
· 10 years ago
4318bcb
perf tools: Move events_stats struct to event.h
by Arnaldo Carvalho de Melo
· 10 years ago
701937b
perf top: Fix -z option behavior
by Namhyung Kim
· 10 years ago
1ecd445
perf tools: Add name field into perf_hpp_fmt
by Namhyung Kim
· 10 years ago
5b59166
perf report: Honor column width setting
by Namhyung Kim
· 10 years ago
e0d66c7
perf tools: Save column length in perf_hpp_fmt
by Namhyung Kim
· 10 years ago
d675107
perf tools: Make __hpp__fmt() receive an additional len argument
by Namhyung Kim
· 10 years ago
9b32ba7
perf tools: Add dcacheline sort
by Don Zickus
· 10 years ago
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 10 years ago
9d3c02d
perf tools: Add callback function to hist_entry_iter
by Namhyung Kim
· 11 years ago
77284de
perf tools: Add more hpp helper functions
by Namhyung Kim
· 11 years ago
594dcbf
perf ui/hist: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
7a13aa2
perf hists: Accumulate hist entry stat based on the callchain
by Namhyung Kim
· 12 years ago
a0b51af
perf hists: Check if accumulated when adding a hist entry
by Namhyung Kim
· 12 years ago
69bcb01
perf tools: Introduce struct hist_entry_iter
by Namhyung Kim
· 11 years ago
1844dbc
perf tools: Introduce hists__inc_nr_samples()
by Namhyung Kim
· 10 years ago
1c89fe9
perf tools: Introduce reset_output_field()
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
a7d945b
perf report: Add -F option to specify output fields
by Namhyung Kim
· 11 years ago
fb821c9e
perf ui: Get rid of callback from __hpp__fmt()
by Namhyung Kim
· 11 years ago
26d8b33
perf tools: Consolidate output field handling to hpp format routines
by Namhyung Kim
· 11 years ago
8b53699
perf tools: Convert sort entries to hpp formats
by Namhyung Kim
· 11 years ago
bc18b7f
perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt
by Namhyung Kim
· 11 years ago
268397c
perf top/tui: Update nr_entries properly after a filter is applied
by Namhyung Kim
· 11 years ago
9283ba9
perf hists: Add a couple of hists stat helper functions
by Namhyung Kim
· 11 years ago
6263835
perf hists: Rename hists__inc_stats()
by Namhyung Kim
· 11 years ago
0b93da1
perf tools: Add hist.percentage config option
by Namhyung Kim
· 11 years ago
33db456
perf top: Add --percentage option
by Namhyung Kim
· 11 years ago
f214833
perf report: Add --percentage option
by Namhyung Kim
· 11 years ago
1ab1fa5
perf hists: Add support for showing relative percentage
by Namhyung Kim
· 11 years ago
b3cef7f
perf symbols: Record the reason for filtering an address_location
by Namhyung Kim
· 11 years ago
94a0793
perf ui hists: Pass evsel to hpp->header/width functions explicitly
by Namhyung Kim
· 11 years ago
2f6d900
perf ui/tui: Reuse generic __hpp__fmt() code
by Namhyung Kim
· 11 years ago
a0088ad
perf ui/hists: Pass struct hpp to print functions
by Namhyung Kim
· 11 years ago
4a62109
perf ui/gtk: Reuse generic __hpp__fmt() code
by Namhyung Kim
· 11 years ago
f626adf
perf annotate: Adopt methods from hists
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
41a4e6e
perf hists: Consolidate __hists__add_*entry()
by Namhyung Kim
· 11 years ago
aac8985
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
9754c4f
perf hists: Add color overhead for stdio output buffer
by Jiri Olsa
· 11 years ago
c1fb565
perf tools: Show progress on histogram collapsing
by Namhyung Kim
· 11 years ago
fc67297
perf tools: Separate out GTK codes to libperf-gtk.so
by Namhyung Kim
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
f5d05bc
tools/perf: Support sorting by in_tx or abort branch flags
by Andi Kleen
· 11 years ago
be0e6d1
perf tools: Move hist_entry__period_snprintf into stdio code
by Jiri Olsa
· 12 years ago
ef358e6
perf diff: Making compute functions static
by Jiri Olsa
· 12 years ago
345dc0b
perf diff: Move diff related columns into diff command
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
3a5714f
perf top: Get rid of *_threaded() functions
by Namhyung Kim
· 12 years ago
dfd3b2f
perf sort: Reorder HISTC_SRCLINE index
by Namhyung Kim
· 12 years ago
6692c26
perf tools: Remove dependency on libnewt
by Arnaldo Carvalho de Melo
· 12 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
db8fd07
perf annotate: Pass evsel instead of evidx on annotation functions
by Namhyung Kim
· 12 years ago
5f7439e
perf report: Fix build with NO_NEWT=1
by Michael Ellerman
· 12 years ago
1e825ef
perf annotate: Fix build with NO_NEWT=1
by Michael Ellerman
· 12 years ago
28a6b6a
perf session: There is no need for a per session hists instance
by Arnaldo Carvalho de Melo
· 12 years ago
52168ee
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
by Arnaldo Carvalho de Melo
· 12 years ago
66f97ed
perf diff: Use internal rb tree for compute resort
by Namhyung Kim
· 12 years ago
db6d0bb
perf diff: Remove displacement output option
by Jiri Olsa
· 12 years ago
f4c8bae
perf diff: Change formula methods to work with pair directly
by Jiri Olsa
· 12 years ago
05472da
perf diff: Change compute methods to work with pair directly
by Jiri Olsa
· 12 years ago
1240005
perf hists: Introduce perf_hpp__list for period related columns
by Jiri Olsa
· 12 years ago
4f746c9
perf tools: Fix compile error on NO_NEWT=1 build
by Namhyung Kim
· 12 years ago
494d70a
perf hists: Introduce hists__link
by Arnaldo Carvalho de Melo
· 12 years ago
95529be
perf diff: Move hists__match to the hists lib
by Arnaldo Carvalho de Melo
· 12 years ago
68d8075
perf report: Postpone objdump check until annotation requested
by Namhyung Kim
· 12 years ago
9783adf
perf tools: Introduce struct hist_browser_timer
by Namhyung Kim
· 12 years ago
6651782
perf scripts browser: Add a browser for perf script
by Feng Tang
· 12 years ago
ed279da
perf diff: Add -F option to display formula for computation
by Jiri Olsa
· 12 years ago
61949b2
perf diff: Add -p option to display period values for hist entries
by Jiri Olsa
· 12 years ago
81d5f95
perf diff: Add weighted diff computation way to compare hist entries
by Jiri Olsa
· 12 years ago
96c47f1
perf diff: Add option to sort entries based on diff computation
by Jiri Olsa
· 12 years ago
7aaf6b3
perf diff: Add ratio computation way to compare hist entries
by Jiri Olsa
· 12 years ago
b5ff71c
perf diff: Removing the total_period argument from output code
by Jiri Olsa
· 12 years ago
1d77822
perf tool: Add hpp interface to enable/disable hpp column
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
f9f526e
perf tools: Convert to GTK2_SUPPORT
by Namhyung Kim
· 12 years ago
Next »