Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
26a4d4c00f85cb844dd11dd35e848b079c2f5e8f
/
tools
/
perf
/
builtin-top.c
95be9d1
perf evsel: Move config terms to a separate header
by Arnaldo Carvalho de Melo
· 5 years ago
80ab298
libperf: Add perf_evlist__poll() function
by Jiri Olsa
· 5 years ago
515dbe4
libperf: Add perf_evlist__first()/last() functions
by Jiri Olsa
· 5 years ago
c976ee1
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
e0fcfb0
perf evlist: Adopt backwards ring buffer state enum
by Arnaldo Carvalho de Melo
· 5 years ago
9521b5f
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
by Jiri Olsa
· 5 years ago
a583053
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
by Jiri Olsa
· 5 years ago
6ef81c5
perf session: Return error code for perf_session__new() function on failure
by Mamatha Inamdar
· 5 years ago
ea49e01
perf tools: Move event synthesizing routines to separate header
by Arnaldo Carvalho de Melo
· 5 years ago
ef7d956
perf tools: Remove needless thread_map.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4becb23
perf tools: Remove needless thread.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
5c9dbe6
perf tools: Remove needless sort.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4a3cec8
perf dsos: Move the dsos struct and its methods to separate source files
by Arnaldo Carvalho de Melo
· 5 years ago
8520a98
perf debug: Remove needless include directives from debug.h
by Arnaldo Carvalho de Melo
· 5 years ago
be5863b
perf top: Fix event group with more than two events
by Namhyung Kim
· 5 years ago
ea4385f
perf top: Decay all events in the evlist
by Namhyung Kim
· 5 years ago
2da39f1
perf evlist: Remove needless util.h from evlist.h
by Arnaldo Carvalho de Melo
· 5 years ago
d06e5fa
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
by Igor Lubashev
· 5 years ago
2f53ae3
perf top: Add --switch-on/--switch-off events
by Arnaldo Carvalho de Melo
· 5 years ago
40d8177
perf top: Collapse and resort all evsels in a group
by Arnaldo Carvalho de Melo
· 5 years ago
1205a27
perf top: Set display thread COMM to help with debugging
by Arnaldo Carvalho de Melo
· 5 years ago
4b247fa
libperf: Adopt xyarray class from perf
by Jiri Olsa
· 5 years ago
03617c2
libperf: Add threads to struct perf_evlist
by Jiri Olsa
· 5 years ago
f72f901
libperf: Add cpus to struct perf_evlist
by Jiri Olsa
· 5 years ago
1fc632c
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
by Jiri Olsa
· 5 years ago
6484d2f
libperf: Add nr_entries to struct perf_evlist
by Jiri Olsa
· 5 years ago
1c87f16
perf evlist: Rename perf_evlist__enable() to evlist__enable()
by Jiri Olsa
· 5 years ago
5972d1e
perf evsel: Rename perf_evsel__open() to evsel__open()
by Jiri Olsa
· 5 years ago
c12995a
perf evlist: Rename perf_evlist__delete() to evlist__delete()
by Jiri Olsa
· 5 years ago
0f98b11
perf evlist: Rename perf_evlist__new() to evlist__new()
by Jiri Olsa
· 5 years ago
63503db
perf evlist: Rename struct perf_evlist to struct evlist
by Jiri Olsa
· 5 years ago
32dcd02
perf evsel: Rename struct perf_evsel to struct evsel
by Jiri Olsa
· 5 years ago
111442c
perf top: Fix potential NULL pointer dereference detected by the smatch tool
by Leo Yan
· 6 years ago
3052ba5
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
by Arnaldo Carvalho de Melo
· 6 years ago
6a9fa4e
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
by Arnaldo Carvalho de Melo
· 6 years ago
bddb363
Merge branch 'x86/cpu' into perf/core, to pick up dependent changes
by Ingo Molnar
· 6 years ago
9100704
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
by Thomas Gleixner
· 6 years ago
2d45ef7
perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs
by Arnaldo Carvalho de Melo
· 6 years ago
a0c0a4a
perf top: Add --namespaces option
by Namhyung Kim
· 6 years ago
1e6db2e
perf top: Always sample time to satisfy needs of use of ordered queuing
by Jiri Olsa
· 6 years ago
d56354d
perf tools: Save bpf_prog_info and BTF of new BPF programs
by Song Liu
· 6 years ago
657ee55
perf evlist: Introduce side band thread
by Song Liu
· 6 years ago
ee7a112
perf top: Add option --no-bpf-event
by Song Liu
· 6 years ago
e541695
perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool
by Song Liu
· 6 years ago
70c819e
perf top: Fix error handling in cmd_top()
by Changbin Du
· 6 years ago
0dba9e4
perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue
by Changbin Du
· 6 years ago
159b0da
perf pmu: Remove set_drv_config API
by Mathieu Poirier
· 6 years ago
1101f69
pref tools: Add missing map.h includes
by Arnaldo Carvalho de Melo
· 6 years ago
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
a40b95b
perf top: Synthesize BPF events for pre-existing loaded BPF programs
by Arnaldo Carvalho de Melo
· 6 years ago
f2e14cd
perf top: Lift restriction on using callchains without "sym" in --sort
by Arnaldo Carvalho de Melo
· 6 years ago
8aa5c8e
perf top: Move perf_top__reset_sample_counters() to after counts display
by Jiri Olsa
· 6 years ago
d859043
perf top: Display slow reader warning when droping samples
by Jiri Olsa
· 6 years ago
97f7e0b
perf top: Save and display the drop count stats
by Jiri Olsa
· 6 years ago
d63b9f6
perf top: Drop samples which are behind the refresh rate
by Jiri Olsa
· 6 years ago
c94cef4
perf top: Set the 'session_done' volatile variable when exiting
by Jiri Olsa
· 6 years ago
94ad6e7
perf top: Use cond variable instead of a lock
by Jiri Olsa
· 6 years ago
16c66bc
perf top: Add processing thread
by Jiri Olsa
· 6 years ago
254de74
perf top: Move lost events warning to helpline
by Jiri Olsa
· 6 years ago
d24e3c9
perf top: Save and display the lost count stats
by Jiri Olsa
· 6 years ago
3fcb10e
perf tools: Allow specifying proc-map-timeout in config file
by Mark Drayton
· 6 years ago
adba163
perf tools: Fix diverse comment typos
by Ingo Molnar
· 6 years ago
1b3aae9
perf top: Allow passing a kallsyms file
by Arnaldo Carvalho de Melo
· 6 years ago
590ac60
perf top: Display the LBR stats in callchain entry
by Jin Yao
· 6 years ago
ff27a06
perf top: Start display thread earlier
by David Miller
· 6 years ago
218d611
perf top: Do not use overwrite mode by default
by Arnaldo Carvalho de Melo
· 6 years ago
4e303fb
perf top: Allow disabling the overwrite mode
by Arnaldo Carvalho de Melo
· 6 years ago
e9de7e2
perf hists: Clarify callchain disabling when available
by Arnaldo Carvalho de Melo
· 7 years ago
f178fd2
perf annotate: Move objdump_path to struct annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
cd0cccb
perf hists browser: Pass annotation_options from tool to browser
by Arnaldo Carvalho de Melo
· 7 years ago
a47e843
perf annotate: Move disassembler_style global to annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
1eddd9e
perf annotate: Adopt anotation options from symbol_conf
by Arnaldo Carvalho de Melo
· 7 years ago
380195e
perf annotate: Pass annotation_options to symbol__annotate()
by Arnaldo Carvalho de Melo
· 7 years ago
982d410
perf annotate stdio: Use annotation_options consistently
by Arnaldo Carvalho de Melo
· 7 years ago
9fd5578
perf tools: Ditch the symbol_conf.nr_events global
by Arnaldo Carvalho de Melo
· 7 years ago
14c8dde
perf annotate: Replace symbol__alloc_hists() with symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
e345f3b
perf annotate: Pass perf_evsel instead of just evsel->idx
by Arnaldo Carvalho de Melo
· 7 years ago
029c75e
perf tools: No need to unconditionally read the max_stack sysctls
by Arnaldo Carvalho de Melo
· 7 years ago
e94b861
perf map: Introduce map__has_symbols()
by Arnaldo Carvalho de Melo
· 7 years ago
d88205d
perf dso: Add dso__has_symbols() method
by Arnaldo Carvalho de Melo
· 7 years ago
68766bf
perf top: Use __map__is_kernel()
by Arnaldo Carvalho de Melo
· 7 years ago
7f0b6fd
perf annotate: Move the default annotate options to the library
by Arnaldo Carvalho de Melo
· 7 years ago
a3a4a3b3
perf top: Fix top.call-graph config option reading
by Yisheng Xie
· 7 years ago
b9bae2c
perf mmap: Simplify perf_mmap__read_init()
by Kan Liang
· 7 years ago
0019dc87
perf mmap: Simplify perf_mmap__read_event()
by Kan Liang
· 7 years ago
d6ace3d
perf mmap: Simplify perf_mmap__consume()
by Kan Liang
· 7 years ago
7831bf2
perf top: Allow asking for the maximum allowed sample rate
by Arnaldo Carvalho de Melo
· 7 years ago
853745f
perf top: Fix annoying fallback message on older kernels
by Kan Liang
· 7 years ago
8cc42de
perf top: Check the latency of perf_top__mmap_read()
by Kan Liang
· 7 years ago
ebebbf0
perf top: Switch default mode to overwrite mode
by Kan Liang
· 7 years ago
a1ff5b0
perf top: Remove lost events checking
by Kan Liang
· 7 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 7 years ago
204721d
perf top: Add overwrite fall back
by Kan Liang
· 7 years ago
63878a5
perf top: Check per-event overwrite term
by Kan Liang
· 7 years ago
5449f13
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
by Arnaldo Carvalho de Melo
· 7 years ago
f74b9d3a
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
by Wang Nan
· 7 years ago
a7eec4c
perf top: Fix crash when annotating symbol
by Jiri Olsa
· 7 years ago
244a108
perf top: Use signal interface for SIGWINCH handler
by Jiri Olsa
· 7 years ago
b135e5e
perf top: Fix window dimensions change handling
by Jiri Olsa
· 7 years ago
b89a512
perf top: Ignore kptr_restrict when not sampling the kernel
by Arnaldo Carvalho de Melo
· 7 years ago
Next »