index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
perf tools: Rename group to topdown
Kan Liang
2020-09-17
3
-2
/
+58
|
*
|
perf machine: Add machine__for_each_dso() function
Jiri Olsa
2020-09-17
2
-0
/
+16
|
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-09-17
8
-39
/
+96
|
|
\
|
|
*
|
perf tests: Call test_attr__open() directly
Jiri Olsa
2020-09-10
3
-1
/
+12
|
*
|
perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...
Kajol Jain
2020-09-10
2
-4
/
+4
|
*
|
perf metricgroup: Fix typo in comment.
Ian Rogers
2020-09-10
1
-1
/
+1
|
*
|
perf stat: Remove dead code: no need to set os.evsel twice
Ian Rogers
2020-09-10
1
-1
/
+0
|
*
|
perf list: Do not print 'Metric Groups:' unnecessarily
Namhyung Kim
2020-09-09
1
-4
/
+6
|
*
|
perf tools: Consolidate close_control_option()'s into one function
Adrian Hunter
2020-09-04
2
-0
/
+11
|
*
|
perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'
Arnaldo Carvalho de Melo
2020-09-04
1
-0
/
+2
|
*
|
perf record: Add 'snapshot' control command
Adrian Hunter
2020-09-04
2
-3
/
+13
|
*
|
perf tools: Add FIFO file names as alternative options to --control
Adrian Hunter
2020-09-04
4
-3
/
+56
|
*
|
perf tools: Handle read errors from ctl_fd
Adrian Hunter
2020-09-04
1
-5
/
+11
|
*
|
perf tools: Consolidate --control option parsing into one function
Adrian Hunter
2020-09-04
2
-0
/
+25
|
*
|
perf symbols: Try reading the symbol table with libbfd
Remi Bernon
2020-09-04
2
-0
/
+144
|
*
|
perf dso: Use libbfd to read build_id and .gnu_debuglink section
Remi Bernon
2020-09-04
1
-3
/
+77
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
1
-10
/
+2
|
\
\
\
|
*
|
|
perf: Stop using deprecated bpf_program__title()
Andrii Nakryiko
2020-09-09
1
-10
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
8
-39
/
+96
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
perf stat: Fix the ratio comments of miss-events
Qi Liu
2020-09-16
1
-10
/
+10
|
*
|
|
perf test: Free formats for perf pmu parse test
Namhyung Kim
2020-09-15
2
-0
/
+12
|
*
|
|
perf metric: Do not free metric when failed to resolve
Namhyung Kim
2020-09-15
1
-3
/
+6
|
*
|
|
perf metric: Free metric when it failed to resolve
Namhyung Kim
2020-09-15
1
-5
/
+12
|
*
|
|
perf metric: Release expr_parse_ctx after testing
Namhyung Kim
2020-09-15
1
-3
/
+5
|
*
|
|
perf parse-event: Fix memory leak in evsel->unit
Namhyung Kim
2020-09-15
1
-1
/
+1
|
*
|
|
perf evlist: Fix cpu/thread map leak
Namhyung Kim
2020-09-15
1
-3
/
+8
|
*
|
|
perf metric: Fix some memory leaks - part 2
Namhyung Kim
2020-09-15
1
-0
/
+2
|
*
|
|
perf metric: Fix some memory leaks
Namhyung Kim
2020-09-15
1
-2
/
+5
|
*
|
|
perf test: Free aliases for PMU event map aliases test
Namhyung Kim
2020-09-15
2
-1
/
+2
|
*
|
|
perf record: Don't clear event's period if set by a term
Ian Rogers
2020-09-14
1
-8
/
+26
|
*
|
|
perf record: Prevent override of attr->sample_period for libpfm4 events
Stephane Eranian
2020-09-14
1
-2
/
+1
|
*
|
|
perf record: Set PERF_RECORD_PERIOD if attr->freq is set.
David Sharp
2020-09-14
1
-1
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
13
-31
/
+71
|
\
|
|
|
|
/
|
/
|
|
*
perf tools: Add bpf image check to __map__is_kmodule
Jiri Olsa
2020-09-03
3
-7
/
+24
|
*
perf stat: Turn off summary for interval mode by default
Jin Yao
2020-09-03
1
-0
/
+1
|
*
perf parse-events: Use uintptr_t when casting numbers to pointers
Arnaldo Carvalho de Melo
2020-09-03
1
-4
/
+4
|
*
perf intel-pt: Fix corrupt data after perf inject from
Al Grant
2020-09-01
1
-1
/
+8
|
*
perf cs-etm: Fix corrupt data after perf inject from
Al Grant
2020-09-01
1
-1
/
+8
|
*
perf parse-events: Avoid an uninitialized read when using fake PMUs
Ian Rogers
2020-09-01
1
-13
/
+17
|
*
perf stat: Fix out of bounds array access in the print_counters() evlist method
Thomas Richter
2020-09-01
1
-1
/
+1
|
*
perf parse-events: Set exclude_guest=1 for user-space counting
Jin Yao
2020-09-01
1
-0
/
+3
|
*
perf tools: Use %zd for size_t printf formats on 32-bit
Chris Wilson
2020-09-01
2
-2
/
+2
|
*
perf: arm-spe: Fix check error when synthesizing events
Wei Li
2020-08-21
1
-3
/
+3
|
*
perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbols
Arnaldo Carvalho de Melo
2020-08-21
1
-0
/
+1
*
|
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2020-08-18
1
-1
/
+1
|
/
*
perf build-ids: Fall back to debuginfod query if debuginfo not found
Frank Ch. Eigler
2020-08-14
1
-0
/
+19
*
perf tools: Add general function to parse sublevel options
Changbin Du
2020-08-14
4
-44
/
+99
*
perf tools: Fix module symbol processing
Jiri Olsa
2020-08-13
2
-5
/
+4
*
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
2020-08-13
7
-35
/
+35
*
perf data: Add support to store time of day in CTF data conversion
Jiri Olsa
2020-08-06
2
-20
/
+38
[prev]
[next]