index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf thread-stack: Simplify some code in thread_stack__process()
Adrian Hunter
2019-01-02
1
-11
/
+7
*
perf script: Fix LBR skid dump problems in brstackinsn
Andi Kleen
2018-12-28
3
-0
/
+18
*
perf python: Do not force closing original perf descriptor in evlist.get_poll...
Jiri Olsa
2018-12-28
1
-1
/
+2
*
perf symbols: Relax checks on perf-PID.map ownership
Arnaldo Carvalho de Melo
2018-12-18
1
-11
/
+0
*
perf cs-etm: Generate branch sample for exception packet
Leo Yan
2018-12-18
3
-8
/
+50
*
perf cs-etm: Treat EO_TRACE element as trace discontinuity
Leo Yan
2018-12-18
1
-1
/
+1
*
perf cs-etm: Treat NO_SYNC element as trace discontinuity
Leo Yan
2018-12-18
1
-1
/
+0
*
perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITY
Leo Yan
2018-12-18
3
-12
/
+12
*
perf cs-etm: Refactor enumeration cs_etm_sample_type
Leo Yan
2018-12-18
1
-3
/
+3
*
perf cs-etm: Remove unused 'trace_on' in cs_etm_decoder
Leo Yan
2018-12-18
1
-3
/
+0
*
perf cs-etm: Avoid stale branch samples when flush packet
Leo Yan
2018-12-18
1
-1
/
+34
*
perf cs-etm: Correct packets swapping in cs_etm__flush()
Leo Yan
2018-12-18
1
-1
/
+1
*
perf tools: Cast off_t to s64 to avoid warning on bionic libc
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+1
*
perf header: Fix up argument to ctime()
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+3
*
perf tools: Add missing sigqueue() prototype for systems lacking it
Arnaldo Carvalho de Melo
2018-12-18
1
-0
/
+4
*
perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbols
Adrian Hunter
2018-12-18
1
-7
/
+4
*
perf dso: Export data_file_size() method there are no symbols
Adrian Hunter
2018-12-18
2
-3
/
+4
*
perf ordered_events: Add first_time() method
Jiri Olsa
2018-12-17
2
-0
/
+12
*
perf ordered_events: Add ordered_events__flush_time interface
Jiri Olsa
2018-12-17
2
-4
/
+21
*
perf annotate: Introduce basic support for ARC
Eugeniy Paltsev
2018-12-17
1
-0
/
+5
*
perf config: Modify size factor of snprintf
Sihyeon Jang
2018-12-17
1
-2
/
+2
*
perf record: Fix memory leak on AIO objects deallocation
Alexey Budankov
2018-12-17
1
-0
/
+6
*
perf parse-events: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf probe: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf svghelper: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf dso: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf cs-etm: Add support for PTMv1.1 decoding
Mathieu Poirier
2018-12-17
3
-4
/
+30
*
perf cs-etm: Add support for ETMv3 trace decoding
Mathieu Poirier
2018-12-17
1
-0
/
+25
*
perf cs-etm: Add configuration for ETMv3 trace protocol
Mathieu Poirier
2018-12-17
2
-14
/
+48
*
perf top: Move perf_top__reset_sample_counters() to after counts display
Jiri Olsa
2018-12-17
1
-0
/
+1
*
perf top: Save and display the drop count stats
Jiri Olsa
2018-12-17
2
-4
/
+5
*
perf top: Use cond variable instead of a lock
Jiri Olsa
2018-12-17
1
-1
/
+3
*
perf top: Add processing thread
Jiri Olsa
2018-12-17
3
-1
/
+10
*
perf top: Save and display the lost count stats
Jiri Olsa
2018-12-17
2
-4
/
+4
*
perf ordered_events: Add private data member
Jiri Olsa
2018-12-17
3
-4
/
+9
*
perf ordered_events: Rework show_progress for __ordered_events__flush
Jiri Olsa
2018-12-17
1
-3
/
+5
*
perf tools: Support 'srccode' output
Andi Kleen
2018-12-17
10
-0
/
+293
*
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
2018-12-17
5
-30
/
+21
*
perf tools: Fix diverse comment typos
Ingo Molnar
2018-12-17
7
-8
/
+8
*
perf bpf-loader: Fix debugging message typo
Ingo Molnar
2018-12-17
1
-1
/
+1
*
perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight trace
Robert Walker
2018-12-17
3
-39
/
+70
*
perf tools: traceevent API cleanup, remove __tep_data2host*()
Tzvetomir Stoyanov
2018-12-17
1
-2
/
+2
*
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
2018-12-17
8
-32
/
+32
*
perf report: Display average IPC and IPC coverage per symbol
Jin Yao
2018-12-17
3
-0
/
+64
*
perf annotate: Create a annotate2 flag in struct symbol
Jin Yao
2018-12-17
2
-0
/
+2
*
perf annotate: Compute average IPC and IPC coverage per symbol
Jin Yao
2018-12-17
2
-3
/
+43
*
perf record: Extend trace writing to multi AIO
Alexey Budankov
2018-12-17
2
-25
/
+48
*
perf record: Enable asynchronous trace writing
Alexey Budankov
2018-12-17
4
-5
/
+94
[next]