Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00c83b01d58068dfeb2e1351cca6fccf2a83fa8f
/
tools
/
perf
/
ui
/
browsers
/
hists.c
1e378eb
perf top: Add a visual cue for toggle zeroing of samples
by Taeung Song
· 10 years ago
4ea062ed
perf evsel: Add hists helper
by Arnaldo Carvalho de Melo
· 10 years ago
72f72ed
perf hists browser: Fix callchain print bug on TUI
by Namhyung Kim
· 10 years ago
39ee533
perf hists browser: Consolidate callchain print functions in TUI
by Namhyung Kim
· 10 years ago
c09a7e7
perf hists browser: Cleanup callchain print functions
by Namhyung Kim
· 10 years ago
f4536dd
perf hists browser: Factor out hist_browser__show_callchain_entry()
by Namhyung Kim
· 10 years ago
36e15dd
perf hists browser: Get rid of unused 'remaining' variable
by Namhyung Kim
· 10 years ago
42337a2
perf top: Handle 'z' key for toggle zeroing samples in TUI
by Namhyung Kim
· 10 years ago
82162b5
perf hists browser: Fix a small callchain display bug
by Namhyung Kim
· 10 years ago
59dc9f2
perf tools: Fix column alignment when headers aren't shown on TUI
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
c830236
perf hists browser: Add ui.show-headers config file option
by Jiri Olsa
· 10 years ago
81a888f
perf hists browser: Display columns header text on 'H' press
by Jiri Olsa
· 10 years ago
025bf7e
perf hists browser: Add support for showing columns header
by Arnaldo Carvalho de Melo
· 10 years ago
357cfff
perf hists browser: Override ui_browser refresh_dimensions method
by Arnaldo Carvalho de Melo
· 10 years ago
ca3ff33
perf hists browser: Introduce gotorc method
by Arnaldo Carvalho de Melo
· 10 years ago
62c95ae
perf ui browser: Add ->rows to disambiguate from ->height
by Arnaldo Carvalho de Melo
· 10 years ago
06c654c
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 10 years ago
d755330
perf tools: Fix segfault in cumulative.callchain report
by Jiri Olsa
· 10 years ago
dd00d48
perf hists browser: Remove ev_name argument from perf_evsel__hists_browse
by Jiri Olsa
· 10 years ago
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 10 years ago
1413566
perf tools: Apply percent-limit to cumulative percentage
by Namhyung Kim
· 11 years ago
0434ddd
perf ui/browser: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
e67d49a
perf tools: Skip elided sort entries
by Namhyung Kim
· 11 years ago
c0f1527
perf report/tui: Fix a bug when --fields/sort is given
by Namhyung Kim
· 11 years ago
22af969
perf tools: Call perf_hpp__init() before setting up GUI browsers
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
c3b7895
perf hists/tui: Count callchain rows separately
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
112f761
perf ui/tui: Rename hist_browser__update_nr_entries()
by Namhyung Kim
· 11 years ago
c481f93
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
by Namhyung Kim
· 11 years ago
105eb30
perf ui/tui: Add 'F' hotkey to toggle percentage output
by Namhyung Kim
· 11 years ago
f214833
perf report: Add --percentage option
by Namhyung Kim
· 11 years ago
2f6d900
perf ui/tui: Reuse generic __hpp__fmt() code
by Namhyung Kim
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
6dd6013
perf ui/tui: Implement header window
by Namhyung Kim
· 11 years ago
e8e684a
perf ui/tui: Split help message for perf top and report
by Namhyung Kim
· 11 years ago
d87fcb4
perf evsel: Introduce perf_evsel__prev() method
by Arnaldo Carvalho de Melo
· 11 years ago
9a354cd
perf tools: Use perf_evlist__{first,last}, perf_evsel__next
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
b9c5143
perf tools: Use an accessor to read thread comm
by Frederic Weisbecker
· 11 years ago
2b8bfa6
perf tools: Centralize default columns init in perf_hpp__init
by Jiri Olsa
· 12 years ago
2c5d4b4
perf tools: Add struct perf_hpp_fmt into hpp callbacks
by Jiri Olsa
· 12 years ago
3805123
perf tools: struct thread has a tid not a pid
by Adrian Hunter
· 11 years ago
fa5df94
perf top: Add --percent-limit option
by Namhyung Kim
· 11 years ago
064f198
perf report: Add --percent-limit option
by Namhyung Kim
· 11 years ago
9c796ec
perf hists browser: Use sort__has_sym
by Arnaldo Carvalho de Melo
· 12 years ago
55369fc
perf sort: Introduce sort__mode variable
by Namhyung Kim
· 12 years ago
6692c26
perf tools: Remove dependency on libnewt
by Arnaldo Carvalho de Melo
· 12 years ago
759ff49
perf evsel: Introduce perf_evsel__is_group_event() helper
by Namhyung Kim
· 12 years ago
db8fd07
perf annotate: Pass evsel instead of evidx on annotation functions
by Namhyung Kim
· 12 years ago
341487ab
perf hists browser: Add option for runtime switching perf data file
by Feng Tang
· 12 years ago
717e263
perf report: Show group description when event group is enabled
by Namhyung Kim
· 12 years ago
fc24d7c
perf report: Bypass non-leader events when event group is enabled
by Namhyung Kim
· 12 years ago
371d8c4
perf hists browser: Add suppport for event group view
by Namhyung Kim
· 12 years ago
8970146
perf hists browser: Move coloring logic to hpp functions
by Namhyung Kim
· 12 years ago
5aed9d2
perf hists browser: Convert hpp helpers to a function
by Namhyung Kim
· 12 years ago
1240005
perf hists: Introduce perf_hpp__list for period related columns
by Jiri Olsa
· 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
c77d8d7
perf browser: Don't show scripts menu for 'perf top'
by Feng Tang
· 12 years ago
cdbab7c
perf hists browser: Integrate script browser into main hists browser
by Feng Tang
· 12 years ago
88a21d2
perf hists browser: Add back callchain folding symbol
by Arnaldo Carvalho de Melo
· 12 years ago
63a1a3d
perf hists browser: Fix off-by-two bug on the first column
by Namhyung Kim
· 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
1d77822
perf tool: Add hpp interface to enable/disable hpp column
by Jiri Olsa
· 12 years ago
67d2591
perf hists browser: Fix first column printing
by Namhyung Kim
· 12 years ago
721b311
perf hists browser: Fix output for 100.00%
by Namhyung Kim
· 12 years ago
f5951d5
perf hists browser: Use perf_hpp__format functions
by Namhyung Kim
· 12 years ago
000078b
perf hists: Rename and move some functions
by Namhyung Kim
· 12 years ago
a7cb886
perf hists browser: Add verbose mode hotkey
by Arnaldo Carvalho de Melo
· 12 years ago
4cc49d4
perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific
by Kirill A. Shutemov
· 12 years ago
7289f83
perf tools: Move all users of event_name to perf_evsel__name
by Arnaldo Carvalho de Melo
· 12 years ago
aff3f3f
perf hists browser: Implement printing snapshots to files
by Arnaldo Carvalho de Melo
· 12 years ago
05e8b08
perf ui browser: Stop using 'self'
by Arnaldo Carvalho de Melo
· 12 years ago
5a5626b
perf hists browser: Use '/' for search/filter instead of 's'
by Arnaldo Carvalho de Melo
· 13 years ago
aca7a94
perf tools: Move UI bits to tools/perf/ui directory
by Namhyung Kim
· 13 years ago
[Renamed (99%) from tools/perf/util/ui/browsers/hists.c]
cc68628
perf report: Correct display of samples and events in header
by Ashay Rane
· 13 years ago
8493fe1
perf hists browser: Fix NULL deref in hists browsing code
by Jiri Olsa
· 13 years ago
0d09eb7
Merge branch 'perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 13 years ago
9521d83
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 13 years ago
e7f01d1
perf tools: Use scnprintf where applicable
by Arnaldo Carvalho de Melo
· 13 years ago
0a84f00
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
by David Daney
· 13 years ago
d04b35f
perf symbols: Add nr_events to symbol_conf
by Arnaldo Carvalho de Melo
· 13 years ago
7b27509
perf hists browser: Warn about lost events
by Arnaldo Carvalho de Melo
· 13 years ago
4610e41
perf ui browser: Handle K_RESIZE in dialog windows
by Arnaldo Carvalho de Melo
· 13 years ago
13d8f96
perf hists browser: Use K_TIMER
by Arnaldo Carvalho de Melo
· 13 years ago
a6e51f9
perf hists browser: Refuse 'a' hotkey on non symbolic views
by Arnaldo Carvalho de Melo
· 13 years ago
cf95800
perf ui browser: Use libslang to read keys
by Arnaldo Carvalho de Melo
· 13 years ago
cc02c92
perf hists browser: Elide DSO column when it is set to just one DSO, ditto for threads
by Arnaldo Carvalho de Melo
· 13 years ago
2cf9ceb
perf hists browser: Honour symbol_conf.show_{nr_samples,total_period}
by Arnaldo Carvalho de Melo
· 13 years ago
e4419b8
perf hists browser: Do not exit on tab key with single event
by David Ahern
· 13 years ago
d7b76f0
perf hists: Move the dso and thread filters from hist_browser
by Arnaldo Carvalho de Melo
· 13 years ago
33f62b3
perf top tui: Give color hints just on the percentage, like on --stdio
by Arnaldo Carvalho de Melo
· 13 years ago
Next »