index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf metric: Fix memory leak in expr__add_id function
Jiri Olsa
2020-07-30
1
-0
/
+2
*
perf test: Ensure sample_period is set libpfm4 events
Ian Rogers
2020-07-30
2
-0
/
+10
*
perf tools: Fix term parsing for raw syntax
Jiri Olsa
2020-07-30
4
-9
/
+77
*
perf tools: Allow r0x<HEX> event syntax
Jiri Olsa
2020-07-30
3
-0
/
+7
*
perf tools: No need to cache the PMUs in ARM SPE auxtrace init routine
Wei Li
2020-07-29
1
-5
/
+4
*
perf tools: Fix record failure when mixed with ARM SPE event
Wei Li
2020-07-29
1
-4
/
+4
*
perf bench: Add basic syscall benchmark
Davidlohr Bueso
2020-07-28
5
-0
/
+102
*
perf stat: Implement control commands handling
Alexey Budankov
2020-07-22
1
-18
/
+65
*
perf stat: extend -D,--delay option with -1 value
Alexey Budankov
2020-07-22
4
-7
/
+21
*
perf stat: Factor out event handling loop into dispatch_events()
Alexey Budankov
2020-07-22
1
-12
/
+24
*
perf stat: Factor out body of event handling loop for fork case
Alexey Budankov
2020-07-22
1
-4
/
+1
*
perf stat: Move target check to loop control statement
Alexey Budankov
2020-07-22
1
-3
/
+1
*
perf stat: Factor out body of event handling loop for system wide
Alexey Budankov
2020-07-22
1
-6
/
+11
*
perf evlist: Implement control command handling functions
Alexey Budankov
2020-07-22
2
-0
/
+158
*
perf evlist: Introduce control file descriptors
Alexey Budankov
2020-07-22
2
-0
/
+8
*
libperf: Avoid counting of nonfilterable fdarray fds
Alexey Budankov
2020-07-21
1
-1
/
+2
*
libperf: Add flags to fdarray fds objects
Alexey Budankov
2020-07-21
6
-12
/
+25
*
libperf: Avoid internal moving of fdarray fds
Alexey Budankov
2020-07-21
2
-24
/
+7
*
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-07-17
4
-13
/
+18
*
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
2020-07-17
6
-9
/
+9
*
perf probe: Warn if the target function is a GNU indirect function
Masami Hiramatsu
2020-07-17
1
-2
/
+6
*
perf probe: Fix memory leakage when the probe point is not found
Masami Hiramatsu
2020-07-17
1
-1
/
+1
*
perf probe: Fix wrong variable warning when the probe point is not found
Masami Hiramatsu
2020-07-17
1
-0
/
+3
*
perf probe: Avoid setting probes on the same address for the same event
Masami Hiramatsu
2020-07-17
1
-0
/
+10
*
perf kmem: Pass additional arguments to 'perf record'
Ian Rogers
2020-07-10
1
-1
/
+2
*
perf parse-events: Report BPF errors
Ian Rogers
2020-07-10
1
-18
/
+20
*
perf script: Show text poke address symbol
Adrian Hunter
2020-07-10
6
-13
/
+24
*
perf script: Add option --show-text-poke-events
Adrian Hunter
2020-07-10
2
-0
/
+23
*
perf intel-pt: Add support for text poke events
Adrian Hunter
2020-07-10
2
-0
/
+79
*
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
2020-07-10
7
-1
/
+23
*
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
2020-07-10
14
-3
/
+216
*
perf annotate: Fix non-null terminated buffer returned by readlink()
Numfor Mbiziwo-Tiapo
2020-07-09
1
-4
/
+11
*
perf inject jit: Remove //anon mmap events
Steve MacLean
2020-07-08
2
-3
/
+32
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-07-08
875
-3904
/
+7550
|
\
|
*
Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2020-07-08
15
-40
/
+123
|
|
\
|
|
*
perf report TUI: Remove needless 'dummy' event from menu
Arnaldo Carvalho de Melo
2020-07-06
1
-1
/
+18
|
|
*
perf intel-pt: Fix PEBS sample for XMM registers
Adrian Hunter
2020-07-06
1
-2
/
+3
|
|
*
perf intel-pt: Fix displaying PEBS-via-PT with registers
Adrian Hunter
2020-07-06
1
-1
/
+1
|
|
*
perf intel-pt: Fix recording PEBS-via-PT with registers
Adrian Hunter
2020-07-06
2
-2
/
+3
|
|
*
perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()
Wei Li
2020-07-06
1
-6
/
+11
|
|
*
tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
Tom Zanussi
2020-07-03
1
-6
/
+9
|
|
*
tools lib traceevent: Add API to read time information from kbuffer
Steven Rostedt (Red Hat)
2020-07-03
2
-0
/
+30
|
|
*
perf scripts python: exported-sql-viewer.py: Fix time chart call tree
Adrian Hunter
2020-07-03
1
-0
/
+4
|
|
*
perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...
Adrian Hunter
2020-07-03
1
-1
/
+2
|
|
*
perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...
Adrian Hunter
2020-07-03
1
-1
/
+2
|
|
*
perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
Adrian Hunter
2020-07-03
1
-0
/
+1
|
|
*
perf record: Fix duplicated sideband events with Intel PT system wide tracing
Adrian Hunter
2020-07-03
5
-16
/
+29
|
|
*
perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
Adrian Hunter
2020-07-03
1
-1
/
+1
|
|
*
tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
Arnaldo Carvalho de Melo
2020-07-03
1
-0
/
+4
|
|
*
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
2020-07-03
725
-3196
/
+6022
|
|
|
\
[next]