Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
65f7422288cd19c4a9202c4ac7a9cca673b9b2ea
/
tools
/
perf
/
builtin-top.c
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
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 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
d05e3aa
perf stdio: Add use_callchain parameter to hists__fprintf
by Jiri Olsa
· 8 years ago
e77a074
perf top: Use machine->kptr_restrict_warned
by Arnaldo Carvalho de Melo
· 8 years ago
35a634f
perf hists: Move sort__has_socket 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
5222503
perf hists: Move sort__need_collapse into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
4cb9344
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack
by Arnaldo Carvalho de Melo
· 9 years ago
e381526
perf top: Use callchain_param.enabled instead of symbol_conf.use_callchain
by Arnaldo Carvalho de Melo
· 9 years ago
2ddd5c0
perf tools: Ditch record_opts.callgraph_set
by Arnaldo Carvalho de Melo
· 9 years ago
e68ae9c
perf evsel: Do not use globals in config()
by Arnaldo Carvalho de Melo
· 9 years ago
531d241
perf tools: Do not include stringify.h from the kernel sources
by Arnaldo Carvalho de Melo
· 9 years ago
bb3eb56
perf machine: Rename perf_event__preprocess_sample to machine__resolve
by Arnaldo Carvalho de Melo
· 9 years ago
473398a
perf tools: Add cpumode to struct perf_sample
by Arnaldo Carvalho de Melo
· 9 years ago
b8cbb34
perf config: Bring perf_default_config to the very beginning at main()
by Wang Nan
· 9 years ago
c92fcfd
perf top: Add --hierarchy option
by Namhyung Kim
· 9 years ago
3ee60c3
perf top: Move UI initialization ahead of sort setup
by Arnaldo Carvalho de Melo
· 9 years ago
452ce03
perf hists: Introduce perf_evsel__output_resort function
by Jiri Olsa
· 9 years ago
053a398
perf report/top: Add --raw-trace option
by Namhyung Kim
· 9 years ago
40184c4
perf tools: Pass evlist to setup_sorting()
by Namhyung Kim
· 9 years ago
54f8f40
perf top: Create the evlist sooner
by Namhyung Kim
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
beefb8d
perf top: Cleanup condition in perf_top__record_precise_ip()
by Namhyung Kim
· 9 years ago
448f13b
perf top: Fix annotation on --stdio
by Namhyung Kim
· 9 years ago
151ee83
perf top: Access hists->lock only if needed
by Namhyung Kim
· 9 years ago
64226bc
perf top: Do not convert address for perf_top__record_precise_ip()
by Namhyung Kim
· 9 years ago
9d8b172
perf tools: Make perf_session__register_idle_thread drop the refcount
by Masami Hiramatsu
· 9 years ago
f8a5c0b
perf top: Do show usage message when failing to create cpu/thread maps
by Arnaldo Carvalho de Melo
· 9 years ago
76a2654
perf tools: Improve call graph documents and help messages
by Namhyung Kim
· 9 years ago
792aeaf
perf tools: Defaults to 'caller' callchain order only if --children is enabled
by Namhyung Kim
· 9 years ago
a2c10d3
perf top: Support call-graph display options also
by Namhyung Kim
· 9 years ago
c53d138
perf top: Register idle thread
by Namhyung Kim
· 9 years ago
4b37af5
perf top: Fix unresolved comm when -s comm is used
by Namhyung Kim
· 9 years ago
cfc5acd
perf top: Filter symbols based on __map__is_kernel(map)
by Arnaldo Carvalho de Melo
· 9 years ago
2e7ea3a
perf tools: Introduce new sort type "socket" for the processor socket
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
40a2ea1
Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes
by Ingo Molnar
· 9 years ago
09f4d78
perf top: Show backtrace when handling a SIGSEGV on --stdio mode
by Arnaldo Carvalho de Melo
· 9 years ago
a18b027
perf top: Add branch annotation code to top
by Andi Kleen
· 9 years ago
13d1e53
perf top: Move toggling event logic into hists browser
by Namhyung Kim
· 9 years ago
9d9cad7
perf tools: Configurable per thread proc map processing time out
by Kan Liang
· 9 years ago
ae3b6ab
perf top: Tell the user how to unfreeze events after pressing 'f'
by Arnaldo Carvalho de Melo
· 9 years ago
fbb7997
perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events
by Arnaldo Carvalho de Melo
· 9 years ago
5d484f9
perf top: Allow disabling/enabling events dynamicly
by Arnaldo Carvalho de Melo
· 9 years ago
063bd93
perf hists: Reducing arguments of hist_entry_iter__add()
by Namhyung Kim
· 9 years ago
f7dc7fd
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
by Ingo Molnar
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
c671835
perf top: Fix a segfault when kernel map is restricted.
by Wang Nan
· 10 years ago
18425f1
perf symbols: Save DSO loading errno to better report errors
by Arnaldo Carvalho de Melo
· 10 years ago
75be989
perf evlist: Adopt events_stats from perf_session
by Arnaldo Carvalho de Melo
· 10 years ago
48000a1
perf tools: Remove EOL whitespaces
by Arnaldo Carvalho de Melo
· 10 years ago
ea1fe3a
perf tools: Avoid build splat for syscall numbers with uclibc
by Vineet Gupta
· 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
4ea062ed
perf evsel: Add hists helper
by Arnaldo Carvalho de Melo
· 10 years ago
5a2e5e8
perf tools: Convert {record,top}.call-graph option to call-graph.record-mode
by Namhyung Kim
· 10 years ago
f7f084f
perf callchain: Move some parser functions to callchain.c
by Namhyung Kim
· 10 years ago
72a128a
perf tools: Move callchain config from record_opts to callchain_param
by Namhyung Kim
· 10 years ago
52e02834
perf tools: Modify error code for when perf_session__new() fails
by Taeung Song
· 10 years ago
f66a889
perf evlist: Introduce poll method for common code idiom
by Arnaldo Carvalho de Melo
· 10 years ago
a8fa496
perf tools: Don't include sys/poll.h directly
by Arnaldo Carvalho de Melo
· 10 years ago
763122a
perf tools: Disable kernel symbol demangling by default
by Avi Kivity
· 10 years ago
3969cc09
perf top: Use set_term_quiet() instead of open coded equivalent
by Jiri Olsa
· 10 years ago
809adea6
perf top: Use strerror_r instead of strerror
by Masami Hiramatsu
· 10 years ago
701937b
perf top: Fix -z option behavior
by Namhyung Kim
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
4a1a997
perf top: Setup signals for terminal output
by Jiri Olsa
· 10 years ago
9398c48
perf tools: Introduce set_term_quiet_input helper function
by Jiri Olsa
· 10 years ago
ae256fa
perf top: Join the display thread on exit
by Jiri Olsa
· 10 years ago
e7110b9
perf top: Don't look for kernel idle symbols in all DSOs
by Arnaldo Carvalho de Melo
· 10 years ago
cf59002
perf top: Add -w option for setting column width
by Namhyung Kim
· 10 years ago
104ac99
perf top: Add top.children config option
by Namhyung Kim
· 12 years ago
1432ec3
perf top: Add --children option
by Namhyung Kim
· 11 years ago
7c50391
perf top: Convert to hist_entry_iter
by Namhyung Kim
· 11 years ago
a0b51af
perf hists: Check if accumulated when adding a hist entry
by Namhyung Kim
· 12 years ago
1844dbc
perf tools: Introduce hists__inc_nr_samples()
by Namhyung Kim
· 10 years ago
6fe8c26
perf top: Add --fields 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
512ae1b
perf tools: Consolidate management of default sort orders
by Namhyung Kim
· 11 years ago
a2ce067
perf tools: Allow hpp fields to be sort keys
by Namhyung Kim
· 11 years ago
33db456
perf top: Add --percentage option
by Namhyung Kim
· 11 years ago
1ab1fa5
perf hists: Add support for showing relative percentage
by Namhyung Kim
· 11 years ago
0066f3b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
48c65bd
perf annotate: Check availability of annotate when processing samples
by Namhyung Kim
· 11 years ago
eb853e8
perf tools: Add call-graph option support into .perfconfig
by Jiri Olsa
· 11 years ago
2dc9fb1
perf tools: Factor out sample__resolve_callchain()
by Namhyung Kim
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
03ad974
perf evlist: Move destruction of maps to evlist destructor
by Arnaldo Carvalho de Melo
· 11 years ago
b400679
perf tools: Rename 'perf_record_opts' to 'record_opts
by Arnaldo Carvalho de Melo
· 11 years ago
618afb2
perf top: Use hist_entry__inc_addr_sample
by Arnaldo Carvalho de Melo
· 11 years ago
b66d8c0
perf annotate: Auto allocate symbol per addr hist buckets
by Arnaldo Carvalho de Melo
· 11 years ago
82d1deb
perf symbols: Move idle syms check from top to generic function
by David Ahern
· 11 years ago
bf80669
perf top: Make -g refer to callchains
by David Ahern
· 11 years ago
ea432a8
perf top: Add missing newline if the 'uid' is invalid
by Ingo Molnar
· 11 years ago
602ad87
perf target: Shorten perf_target__ to target__
by Arnaldo Carvalho de Melo
· 11 years ago
a33fbd5
perf machine: Simplify synthesize_threads method
by Arnaldo Carvalho de Melo
· 11 years ago
58d925d
perf machine: Introduce synthesize_threads method out of open coded equivalent
by Arnaldo Carvalho de Melo
· 11 years ago
Next »