Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
82173c6292f4d71a96669ad50f5eecccb1fdf4a2
/
tools
/
perf
/
ui
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 10 years ago
7f3e508
perf tools: Fix "==" into "=" in ui_browser__warning assignment
by zhangdianfang
· 10 years ago
e4cf6f8
perf ui/gtk: Fix callchain display
by Namhyung Kim
· 10 years ago
56772ad
perf ui/stdio: Fix invalid percentage value of cumulated hist entries
by Namhyung Kim
· 10 years ago
2bf1a12
perf tools: Do not auto-remove Children column if --fields given
by Namhyung Kim
· 11 years ago
77284de
perf tools: Add more hpp helper functions
by Namhyung Kim
· 11 years ago
1413566
perf tools: Apply percent-limit to cumulative percentage
by Namhyung Kim
· 11 years ago
b09955b
perf ui/gtk: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
0434ddd
perf ui/browser: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
594dcbf
perf ui/hist: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
1c89fe9
perf tools: Introduce reset_output_field()
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
c0f1527
perf report/tui: Fix a bug when --fields/sort is given
by Namhyung Kim
· 11 years ago
a7d945b
perf report: Add -F option to specify output fields
by Namhyung Kim
· 11 years ago
22af969
perf tools: Call perf_hpp__init() before setting up GUI browsers
by Namhyung Kim
· 11 years ago
a2ce067
perf tools: Allow hpp fields to be sort keys
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
f156d84
perf tools: Support event grouping in hpp ->sort()
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
d944c4e
tools: Consolidate types.h
by Borislav Petkov
· 11 years ago
93d5731
perf tools: Allocate thread map_groups's dynamically
by Arnaldo Carvalho de Melo
· 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
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
9b0d2fb
perf ui/stdio: Fix invalid output on event group report
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
f538565
perf tools: No need to test against NULL before calling free()
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
5c743cf
perf ui/tui: Protect windows by ui__lock
by Namhyung Kim
· 11 years ago
3184c47
perf ui browser: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 11 years ago
48d038f
perf ui browser: Fix segfault caused by off by one handling END key
by Arnaldo Carvalho de Melo
· 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
b222213
perf tools: Remove trivial extra semincolon
by Davidlohr Bueso
· 11 years ago
d53e57d
perf ui tui progress: Don't force a refresh during progress update
by Patrick Palka
· 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
2a3ede8
Merge branch 'perf/urgent' into perf/core to fix conflicts
by Ingo Molnar
· 11 years ago
53805ec
perf tools: Remove cast of non-variadic function to variadic
by Michael Hudson-Doyle
· 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
4d3001f
perf ui progress: Per progress bar state
by Arnaldo Carvalho de Melo
· 11 years ago
4779a2e
perf ui: Rename ui_progress to ui_progress_ops
by Arnaldo Carvalho de Melo
· 11 years ago
1d5077b
perf annotate: Another fix for annotate_browser__callq()
by Adrian Hunter
· 11 years ago
1179e11
perf annotate: Fix annotate_browser__callq()
by Adrian Hunter
· 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
99cf666
perf hists: Fix formatting of long symbol names
by Arnaldo Carvalho de Melo
· 11 years ago
d50bf78
perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop
by Namhyung Kim
· 11 years ago
e6f6538
perf annotate browser: Fix typo
by Ingo Molnar
· 11 years ago
fcd9fef
perf annotate browser: Improve description of '?' hotkey
by Arnaldo Carvalho de Melo
· 11 years ago
34f77ab
perf annotate: Put dso name in symbol annotation title
by Adrian Hunter
· 11 years ago
be0e6d1
perf tools: Move hist_entry__period_snprintf into stdio code
by Jiri Olsa
· 12 years ago
345dc0b
perf diff: Move diff related columns into diff command
by Jiri Olsa
· 12 years ago
e0af43d
perf hists: Marking dummy hists entries
by Jiri Olsa
· 12 years ago
9af303e
perf diff: Switching the base hists to be pairs head
by Jiri Olsa
· 12 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
9d58d2f
perf gtk/hists: Set rules hint for the hist browser
by Namhyung Kim
· 11 years ago
450f390
perf gtk/hists: Add a double-click handler for callchains
by Namhyung Kim
· 11 years ago
1a30942
perf gtk/hists: Make column headers resizable
by Namhyung Kim
· 11 years ago
cc60f24
perf gtk/hists: Display callchain overhead also
by Namhyung Kim
· 11 years ago
2bbc587
perf gtk/hists: Add support for callchains
by Namhyung Kim
· 11 years ago
f1d9a53
perf gtk/hists: Use GtkTreeStore instead of GtkListStore
by Namhyung Kim
· 11 years ago
fa5df94
perf top: Add --percent-limit option
by Namhyung Kim
· 12 years ago
064f198
perf report: Add --percent-limit option
by Namhyung Kim
· 12 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
d06f791
perf map browser: Exit just on well known key presses
by Arnaldo Carvalho de Melo
· 12 years ago
6692c26
perf tools: Remove dependency on libnewt
by Arnaldo Carvalho de Melo
· 12 years ago
a4032536
perf map browser: Use ui_browser__input_window()
by Arnaldo Carvalho de Melo
· 12 years ago
c7e7b61
perf annotate browser: Support event group view on TUI
by Namhyung Kim
· 12 years ago
d8d7cd9
perf annotate/gtk: Support event group view on GTK
by Namhyung Kim
· 12 years ago
e64aa75
perf annotate browser: Use disasm__calc_percent()
by Namhyung Kim
· 12 years ago
ab77df6
perf annotate browser: Make browser_disasm_line->percent an array
by Namhyung Kim
· 12 years ago
c5a8368
perf annotate: Factor out struct source_line_percent
by Namhyung Kim
· 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
c0e79be
perf gtk/annotate: Fail early if it can't annotate
by Namhyung Kim
· 12 years ago
2375223
perf gtk/annotate: Show source lines with gray color
by Namhyung Kim
· 12 years ago
7a60ba9
perf gtk/annotate: Support multiple event annotation
by Namhyung Kim
· 12 years ago
2b676bf
perf ui/gtk: Implement basic GTK2 annotation browser
by Namhyung Kim
· 12 years ago
0c5268b
perf hists browser: Add support to display whole group data for raw columns
by Jiri Olsa
· 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
Next »