Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
931e79d7a7ddee4709c56b39de169a36804589a1
/
tools
/
perf
/
ui
80f6258
perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target
by Jin Yao
· 7 years ago
dcaa394
perf annotate: Return arch from symbol__disassemble() and save it in browser
by Jin Yao
· 7 years ago
ec27ae1
perf annotate browser: Display titles in left frame
by Jin Yao
· 8 years ago
c564f0d
perf report: Remove unnecessary check in annotate_browser_write()
by Jin Yao
· 8 years ago
7111fff
perf tools: Put caller above callee in --children mode
by Namhyung Kim
· 8 years ago
5068b52
perf ui gtk: Move gtk .so name to the only place where it is used
by Arnaldo Carvalho de Melo
· 8 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
58db1d6
perf tools: Move units conversion/formatting routines to separate object
by Arnaldo Carvalho de Melo
· 8 years ago
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
76b31a2
perf tools: Remove include dirent.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
9a3993d
perf tools: Move path related functions to util/path.h
by Arnaldo Carvalho de Melo
· 8 years ago
b0742e9
perf tools: Don't include terminal handling headers in util.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
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
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
877a7a1
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
by Arnaldo Carvalho de Melo
· 8 years ago
e21600f
perf ui browser: Refactor the code to parse color configs with ltrim()
by Taeung Song
· 8 years ago
5dfa210
perf report: Enable sorting by srcline as key
by Milian Wolff
· 8 years ago
0d3eb0b
perf report: Show inline stack for browser mode
by Jin Yao
· 8 years ago
0db64dd
perf report: Show inline stack for stdio mode
by Jin Yao
· 8 years ago
3ef5b40
perf hists browser: Fix typo in function switch_data_file
by Changbin Du
· 8 years ago
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
0fc6d1c
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
a1c9f97
perf diff: Fix -o/--order option behavior (again)
by Namhyung Kim
· 8 years ago
8381cdd
perf diff: Fix segfault on 'perf diff -o N' option
by Namhyung Kim
· 8 years ago
0e3fa7a
perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entry
by Jiri Olsa
· 8 years ago
b33f922
perf hists browser: Put hist_entry folding logic into single function
by Jiri Olsa
· 8 years ago
d25ed5d
perf tools: Move two variables usied in libperf from perf.c
by Soramichi AKIYAMA
· 8 years ago
e216874
perf annotate: Fix jump target outside of function address range
by Ravi Bangoria
· 8 years ago
5252b1a
perf annotate: Show invalid jump offset in error message
by Arnaldo Carvalho de Melo
· 8 years ago
9484b86
perf ui helpline: Provide a printf variant
by Arnaldo Carvalho de Melo
· 8 years ago
75b4920
perf annotate: Remove duplicate 'name' field from disasm_line
by Arnaldo Carvalho de Melo
· 8 years ago
4741442
Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 8 years ago
69e6cdd
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
786c1b5
perf annotate: Start supporting cross arch annotation
by Arnaldo Carvalho de Melo
· 8 years ago
fef51ec
perf report: Show branch info in callchain entry for browser 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
b9bf911
perf hists browser: Fix column indentation on --hierarchy
by Namhyung Kim
· 8 years ago
131d51e
perf hists browser: Show folded sign properly on --hierarchy
by Namhyung Kim
· 8 years ago
3d9f468
perf hists browser: Fix indentation of folded sign on --hierarchy
by Namhyung Kim
· 8 years ago
9cba9844
perf hist browser: Fix hierarchy column counts
by Namhyung Kim
· 8 years ago
8a06b0b
perf hist browser: Fix hierarchy column counts
by Namhyung Kim
· 8 years ago
21e8c81
perf hists browser: Dynamically change verbosity level
by Alexis Berlemont
· 8 years ago
5a1a99c
perf c2c report: Add main TUI browser
by Jiri Olsa
· 9 years ago
c611152
perf top: Fix refreshing hierarchy entries on TUI
by Namhyung Kim
· 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
98ba160
perf tools: Make several display functions 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
5ff3e7a
perf ui/tui: Reset output width for hierarchy
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
d9ea48b
perf hists browser: Fix event group display
by Namhyung Kim
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
6637e6f1
perf hists browser: Remove superfluous null check on map
by Colin Ian King
· 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
69705b3
perf tools tui: 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
f8e6710
perf hists: Introduce nr_header_lines into struct perf_hpp_list
by Jiri Olsa
· 8 years ago
ee51d85
perf annotate: Introduce strerror for handling symbol__disassemble() errors
by Arnaldo Carvalho de Melo
· 8 years ago
5cb725a
perf annotate: Rename symbol__annotate() to symbol__disassemble()
by Arnaldo Carvalho de Melo
· 8 years ago
175729f
perf tools: Remove needless includes from cache.h
by Arnaldo Carvalho de Melo
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
c09615f
perf ui stdio: Add way to setup the color output mode selection
by Arnaldo Carvalho de Melo
· 8 years ago
6ef9492
perf annotate: Generalize handling of 'ret' instructions
by Naveen N. Rao
· 8 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 8 years ago
41840d2
perf config: Move config declarations from util/cache.h to util/config.h
by Taeung Song
· 8 years ago
fcd8642
perf hists browser: Introduce init()
by Jiri Olsa
· 8 years ago
a6ec894
perf hists browser: Introduce perf_evsel_browser constructor
by Jiri Olsa
· 8 years ago
b1c7a8f
perf hists browser: Move horizontal scroll init to new()
by Jiri Olsa
· 8 years ago
5b91a86
perf hists browser: Introduce struct hist_browser title callback
by Jiri Olsa
· 8 years ago
dabd201
perf hists browser: Make (new|delete|run) public
by Jiri Olsa
· 8 years ago
f758990
perf hists browser: Move hist_browser into header file
by Jiri Olsa
· 8 years ago
da1b040
perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback
by Jiri Olsa
· 8 years ago
0537217
perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback
by Jiri Olsa
· 8 years ago
d05e3aa
perf stdio: Add use_callchain parameter to hists__fprintf
by Jiri Olsa
· 8 years ago
8f1d1b4
perf stdio: Do not pass hists in hist_entry__fprintf
by Jiri Olsa
· 8 years ago
7a72a2e
perf stdio: Separate standard headers output
by Jiri Olsa
· 8 years ago
5c854f3
perf stdio: Separate hierarchy headers output
by Jiri Olsa
· 8 years ago
36592eb
perf stdio: Separate headers output
by Jiri Olsa
· 8 years ago
01b4770
perf tui: Separate hierarchy and standard headers output
by Jiri Olsa
· 8 years ago
7cecb7f
perf hists: Move sort__has_comm into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
fa82911
perf hists: Move sort__has_thread into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
35a634f
perf hists: Move sort__has_socket into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
69849fc
perf hists: Move sort__has_dso into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
2e0453a
perf hists: Move sort__has_sym into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
1b6b678
perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs
by Arnaldo Carvalho de Melo
· 9 years ago
7d6a7e7
perf tools: Introduce trim function
by Jiri Olsa
· 9 years ago
9098903
perf hists: Fix determination of a callchain node's childlessness
by Andres Freund
· 9 years ago
b8f8eb8
perf tools: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 9 years ago
599a2f3
perf hists browser: Check sort keys before hot key actions
by Namhyung Kim
· 9 years ago
6962ccb
perf hists browser: Allow thread filtering for comm sort key
by Namhyung Kim
· 9 years ago
86e3ee5
perf tools: Remove nr_sort_keys field
by Namhyung Kim
· 9 years ago
325a628
perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()
by Namhyung Kim
· 9 years ago
58ecd33
perf report: Use hierarchy hpp list on gtk
by Namhyung Kim
· 9 years ago
Next »