index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-top.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
Tiezhu Yang
2020-08-21
1
-0
/
+2
*
perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods
Arnaldo Carvalho de Melo
2020-06-22
1
-1
/
+1
*
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-29
1
-0
/
+6
*
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
2020-05-28
1
-2
/
+2
*
perf evsel: Rename perf_evsel__resort*() to evsel__resort*()
Arnaldo Carvalho de Melo
2020-05-28
1
-1
/
+1
*
perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+1
*
perf evsel: Rename perf_evsel__fallback() to evsel__fallback()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+1
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-4
/
+4
*
perf bpf: Decouple creating the evlist from adding the SB event
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+13
*
perf top: Move sb_evlist to 'struct perf_top'
Arnaldo Carvalho de Melo
2020-05-05
1
-4
/
+3
*
perf top: Add option to enable the LBR stitching approach
Kan Liang
2020-04-18
1
-0
/
+11
*
perf top: Support hotkey to change sort order
Jin Yao
2020-04-03
1
-2
/
+9
*
perf top: Support --group-sort-idx to change the sort order
Jin Yao
2020-04-03
1
-0
/
+4
*
perf top: Add --all-cgroups option
Namhyung Kim
2020-04-03
1
-0
/
+15
*
perf top: Fix stdio interface input handling with glibc 2.28+
Tommi Rantala
2020-03-06
1
-1
/
+3
*
perf annotate: Remove privsize from symbol__annotate() args
Ravi Bangoria
2020-02-27
1
-1
/
+1
*
perf annotate: Make perf config effective
Ravi Bangoria
2020-02-27
1
-1
/
+1
*
perf tools: Support --prefix/--prefix-strip
Andi Kleen
2020-01-14
1
-0
/
+7
*
perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYS
Arnaldo Carvalho de Melo
2019-12-11
1
-3
/
+7
*
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...
Arnaldo Carvalho de Melo
2019-11-12
1
-3
/
+3
*
perf hist: Count the total cycles of all samples
Jin Yao
2019-11-07
1
-1
/
+2
*
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+2
*
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...
Arnaldo Carvalho de Melo
2019-10-07
1
-0
/
+11
*
perf evsel: Move config terms to a separate header
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
libperf: Add perf_evlist__poll() function
Jiri Olsa
2019-09-25
1
-2
/
+2
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
1
-5
/
+5
*
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
1
-2
/
+3
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf tools: Remove needless thread_map.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+0
*
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+0
*
perf tools: Remove needless sort.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf top: Fix event group with more than two events
Namhyung Kim
2019-08-28
1
-0
/
+6
*
perf top: Decay all events in the evlist
Namhyung Kim
2019-08-28
1
-25
/
+13
*
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-08-28
1
-0
/
+1
*
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf top: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2019-08-15
1
-1
/
+9
*
perf top: Collapse and resort all evsels in a group
Arnaldo Carvalho de Melo
2019-08-12
1
-4
/
+26
*
perf top: Set display thread COMM to help with debugging
Arnaldo Carvalho de Melo
2019-08-12
1
-0
/
+4
*
libperf: Adopt xyarray class from perf
Jiri Olsa
2019-07-29
1
-1
/
+0
*
libperf: Add threads to struct perf_evlist
Jiri Olsa
2019-07-29
1
-2
/
+2
[next]