Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
db10c697b40e34ac91bbcdd866e73a3d0bad7780
/
tools
/
perf
/
ui
d4913cb
perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
by Markus Trippelsdorf
· 9 years ago
090cff3
perf ui/tui: Print helpline message as is
by Namhyung Kim
· 9 years ago
b97511c
perf tools: Add overhead/overhead_children keys defaults via string
by Jiri Olsa
· 9 years ago
361459f
perf tools: Skip dynamic fields not defined for current event
by Namhyung Kim
· 9 years ago
8d7d377
perf tui: Change default selection background color to yellow
by Ingo Molnar
· 10 years ago
a30c99a
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 9 years ago
4938cf0
perf hists browser: Fix segfault if use symbol filter in cmdline
by Wang Nan
· 9 years ago
979d2ca
perf hists browser: Reset selection when refresh
by Wang Nan
· 9 years ago
837eeb7
perf hists browser: Add NULL pointer check to prevent crash
by Wang Nan
· 9 years ago
0390504
perf hists browser: Update nr entries regardless of min percent
by Namhyung Kim
· 9 years ago
2c6caff
perf ui/gtk: Support folded callchains
by Namhyung Kim
· 9 years ago
3cd99df
perf ui/gtk: Support flat callchains
by Namhyung Kim
· 9 years ago
8c430a3
perf hists browser: Support folded callchains
by Namhyung Kim
· 9 years ago
4b3a321
perf hists browser: Support flat callchains
by Namhyung Kim
· 9 years ago
18bb838
perf hists browser: Factor out hist_browser__show_callchain_list()
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
b7f294b
perf hists browser: The dso can be obtained from popup_action->ms.map->dso
by Arnaldo Carvalho de Melo
· 9 years ago
fae0065
perf hists browser: Fix 'd' hotkey action to filter by DSO
by Arnaldo Carvalho de Melo
· 9 years ago
f06cff7c
perf annotate: Don't die() when finding an invalid config option
by Arnaldo Carvalho de Melo
· 9 years ago
464b01a
perf ui tui: Register the error callbacks before initializing the widgets
by Arnaldo Carvalho de Melo
· 9 years ago
39ff7cd
perf annotate: Fix 'annotate.use_offset' config variable usage
by Namhyung Kim
· 9 years ago
31eb436
perf hists browser: Add 'm' key for context menu display
by Namhyung Kim
· 9 years ago
4aa8e45
perf hists browser: Inform how to reset the symbol filter
by Arnaldo Carvalho de Melo
· 9 years ago
7727a92
perf ui browsers: Remove help messages about use of right and arrow keys
by Arnaldo Carvalho de Melo
· 9 years ago
1178bfd
perf tools: Use hpp_dimension__add_output to register hpp columns
by Jiri Olsa
· 9 years ago
c6c3c02
perf hists browser: Implement horizontal scrolling
by Arnaldo Carvalho de Melo
· 9 years ago
faae6f6
perf ui browser: Optional horizontal scrolling key binding
by Arnaldo Carvalho de Melo
· 9 years ago
045b80d
perf hists browser: Use the map to determine if a DSO is being used as a kernel
by Arnaldo Carvalho de Melo
· 9 years ago
d71b0ad
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
by Ingo Molnar
· 9 years ago
bd315aa
perf top: Fix segfault pressing -> with no hist entries
by Wang Nan
· 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
eebd0bf
perf env: Rename some leftovers from rename to perf_env
by Arnaldo Carvalho de Melo
· 9 years ago
ce80d3b
perf tools: Rename perf_session_env to perf_env
by Kan Liang
· 9 years ago
1e259ad
perf ui tui progress: Implement the ui_progress_ops->finish() method
by Arnaldo Carvalho de Melo
· 9 years ago
9e207dd
perf report: Show call graph from reference events
by Kan Liang
· 9 years ago
63ab174
perf hists browser: Make ESC unzoom as well
by Arnaldo Carvalho de Melo
· 9 years ago
517dfdb
perf ui browser: Introduce ui_browser__printf()
by Arnaldo Carvalho de Melo
· 9 years ago
26270a0
perf ui browser: Introduce ui_browser__write_nstring()
by Arnaldo Carvalho de Melo
· 9 years ago
f8f4aae
perf annotate: Finally display IPC and cycle accounting
by Andi Kleen
· 10 years ago
30e863b
perf annotate: Compute IPC and basic block cycles
by Andi Kleen
· 10 years ago
9c0fa8d
perf hists browser: Take the --comm, --dsos, etc filters into account
by Arnaldo Carvalho de Melo
· 10 years ago
13d1e53
perf top: Move toggling event logic into hists browser
by Namhyung Kim
· 10 years ago
3e323dc
perf hists browser: React to unassigned hotkey pressing
by Arnaldo Carvalho de Melo
· 10 years ago
5f00b0f
perf hists browser: Honour the help line provided by builtin-{top,report}.c
by Arnaldo Carvalho de Melo
· 10 years ago
516e536
perf hists browser: Do not exit when 'f' is pressed in 'report' mode
by Arnaldo Carvalho de Melo
· 10 years ago
fbb7997
perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events
by Arnaldo Carvalho de Melo
· 10 years ago
0c4a5bc
perf annotate: Display total number of samples with --show-total-period
by Martin Liška
· 10 years ago
5d484f9
perf top: Allow disabling/enabling events dynamicly
by Arnaldo Carvalho de Melo
· 10 years ago
ed42691
perf tools: Make Ctrl-C stop processing on TUI
by Namhyung Kim
· 10 years ago
3698dab
perf tools: Move TUI-specific fields out of map_symbol
by Namhyung Kim
· 10 years ago
6422184
perf hists browser: Simplify zooming code using pstack_peek()
by Namhyung Kim
· 10 years ago
ea7cd59
perf hists browser: Split popup menu actions - part 2
by Namhyung Kim
· 10 years ago
bc7cad4
perf hists browser: Split popup menu actions
by Namhyung Kim
· 10 years ago
b1a9cee
perf hists browser: Save perf_session_env in the hist_browser
by Namhyung Kim
· 10 years ago
01f00a1
perf hists browser: Save pstack in the hist_browser
by Namhyung Kim
· 10 years ago
c2a51ab
perf hists browser: Save hist_browser_timer pointer in hist_browser
by Namhyung Kim
· 10 years ago
f2b487d
perf hists browser: Fix possible memory leak
by Namhyung Kim
· 10 years ago
70e9727
perf hists browser: Indicate which callchain entries are annotated
by Arnaldo Carvalho de Melo
· 10 years ago
d5dbc51
perf hists browser: Allow annotating entries in callchains
by Arnaldo Carvalho de Melo
· 10 years ago
4c47f4f
perf hists: Remove hist_entry->used, not used anymore
by Arnaldo Carvalho de Melo
· 10 years ago
446fb96
perf hists browser: Fix up some branch alignment
by Arnaldo Carvalho de Melo
· 10 years ago
0ba332f
perf hists browser: Simplify symbol annotation menu setup
by Arnaldo Carvalho de Melo
· 10 years ago
4fabf3d
perf hists browser: Fix UI bug after fold/unfold
by He Kuang
· 10 years ago
f3b623b
perf tools: Reference count struct thread
by Arnaldo Carvalho de Melo
· 10 years ago
88aeea0
perf build: Add gtk objects building
by Jiri Olsa
· 10 years ago
cf15c74
perf build: Add slang objects building
by Jiri Olsa
· 10 years ago
3b939a6
perf build: Add ui objects building
by Jiri Olsa
· 10 years ago
4397bd2
perf ui/tui: Show fatal error message only if exists
by Namhyung Kim
· 10 years ago
87bbdf7
perf tools: Pass struct perf_hpp_fmt to its callbacks
by Namhyung Kim
· 10 years ago
48000a1
perf tools: Remove EOL whitespaces
by Arnaldo Carvalho de Melo
· 10 years ago
c09e31c
perf hists browser: Fix segfault when showing callchain
by Namhyung Kim
· 10 years ago
5ca8271
perf hists: Fix children sort key behavior
by Namhyung Kim
· 10 years ago
b11bc8e
perf ui/tui: Print backtrace symbols when segfault occurs
by Namhyung Kim
· 10 years ago
e4e458b
calloc/xcalloc: Fix argument order
by Arjun Sreedharan
· 10 years ago
e641f69
perf hists browser: Change print format from %lu to %PRIu64
by Tom Huynh
· 10 years ago
a7444af
perf tools: Collapse first level callchain entry if it has sibling
by Namhyung Kim
· 10 years ago
4087d11
perf hists browser: Print overhead percent value for first-level callchain
by Namhyung Kim
· 10 years ago
e592488
perf annotate: Support source line numbers in annotate
by Andi Kleen
· 10 years ago
2989cca
perf callchain: Use a common function to resolve symbol or name
by Andi Kleen
· 10 years ago
1e378eb
perf top: Add a visual cue for toggle zeroing of samples
by Taeung Song
· 10 years ago
95e8d97
perf ui browsers: Add missing include
by Arnaldo Carvalho de Melo
· 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
2f3f9bc
perf tools: Add +field argument support for --field option
by Jiri Olsa
· 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
2bfa152
perf hists browser: Fix children overhead dump
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
· 11 years ago
1ecd445
perf tools: Add name field into perf_hpp_fmt
by Namhyung Kim
· 11 years ago
5b59166
perf report: Honor column width setting
by Namhyung Kim
· 11 years ago
e0d66c7
perf tools: Save column length in perf_hpp_fmt
by Namhyung Kim
· 11 years ago
d675107
perf tools: Make __hpp__fmt() receive an additional len argument
by Namhyung Kim
· 11 years ago
acebd40
perf tools: Remove verbose from functions prototypes
by Jiri Olsa
· 11 years ago
Next »