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-script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools lib traceevent, perf tools: Rename pevent_set_* APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
1
-3
/
+3
*
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
Ravi Bangoria
2018-06-25
1
-1
/
+10
*
perf script: Fix crash because of missing evsel->priv
Ravi Bangoria
2018-06-25
1
-0
/
+14
*
perf script: Add missing output fields in a hint
Ravi Bangoria
2018-06-25
1
-2
/
+3
*
perf script: Show hw-cache events
Seeteena Thoufeek
2018-06-08
1
-0
/
+12
*
perf script: Check if evsel has callchains before trying to use it
Arnaldo Carvalho de Melo
2018-06-05
1
-1
/
+1
*
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-06-05
1
-7
/
+3
*
perf script: Show symbol offsets by default
Sandipan Das
2018-05-18
1
-12
/
+14
*
perf thread: Make thread__find_map() search all maps
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+2
*
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
2018-04-26
1
-8
/
+6
*
perf script: Use thread__find_symbol() instead of ad-hoc equivalent
Arnaldo Carvalho de Melo
2018-04-26
1
-7
/
+2
*
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
2018-04-26
1
-10
/
+9
*
perf script: Extend misc field decoding with switch out event type
Alexey Budankov
2018-04-17
1
-1
/
+4
*
perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX
Jin Yao
2018-04-12
1
-2
/
+2
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2018-03-19
1
-11
/
+11
*
perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND
Jiri Olsa
2018-02-16
1
-0
/
+17
*
perf evlist: Remove fcntl.h from evlist.h
Arnaldo Carvalho de Melo
2018-01-25
1
-0
/
+1
*
perf script: Remove the time slices number limitation
Jin Yao
2018-01-17
1
-4
/
+12
*
perf script: Improve error msg when no first/last sample time found
Jin Yao
2018-01-17
1
-1
/
+3
*
perf unwind: Do not look just at the global callchain_param.record_mode
Arnaldo Carvalho de Melo
2018-01-17
1
-2
/
+3
*
perf script: Add support to display lost events
Jiri Olsa
2018-01-10
1
-0
/
+28
*
perf script: Add support to display sample misc field
Jiri Olsa
2018-01-08
1
-11
/
+63
*
perf script: Support time percent and multiple time ranges
Jin Yao
2018-01-08
1
-6
/
+28
*
perf utils: Move is_directory() to path.h
Jiri Olsa
2017-12-27
1
-13
/
+1
*
perf stat: Print per-thread shadow stats
Jin Yao
2017-12-27
1
-1
/
+2
*
perf stat: Update per-thread shadow stats
Jin Yao
2017-12-27
1
-1
/
+2
*
perf script: Allow computing 'perf stat' style metrics
Andi Kleen
2017-11-29
1
-2
/
+95
*
perf script: Allow printing period for non freq mode groups
Andi Kleen
2017-11-16
1
-5
/
+0
*
perf script: Fix --per-event-dump for auxtrace synth evsels
Arnaldo Carvalho de Melo
2017-11-16
1
-1
/
+30
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
1
-6
/
+8
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-10
/
+10
*
|
perf script: Print information about per-event-dump files
Arnaldo Carvalho de Melo
2017-10-30
1
-8
/
+69
*
|
perf script: Allow creating per-event dump files
Arnaldo Carvalho de Melo
2017-10-27
1
-1
/
+58
*
|
perf script: Use event_format__fprintf()
Arnaldo Carvalho de Melo
2017-10-27
1
-3
/
+4
*
|
perf script: Use pr_debug where appropriate
Arnaldo Carvalho de Melo
2017-10-27
1
-7
/
+6
*
|
perf script: Add a few missing conversions to fprintf style
Arnaldo Carvalho de Melo
2017-10-27
1
-5
/
+4
*
|
perf script: Fix error handling path
Christophe JAILLET
2017-10-23
1
-2
/
+4
*
|
perf script: Use fprintf like printing uniformly
Arnaldo Carvalho de Melo
2017-10-23
1
-232
/
+259
*
|
perf tools: Introduce binary__fprintf()
Arnaldo Carvalho de Melo
2017-10-23
1
-15
/
+17
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-10-20
1
-2
/
+2
|
\
|
|
*
perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
Mark Santaniello
2017-10-06
1
-2
/
+2
*
|
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
2017-09-21
1
-0
/
+2
*
|
perf script: Support user regs
Andi Kleen
2017-09-13
1
-1
/
+29
|
/
*
perf script: Support physical address
Kan Liang
2017-09-01
1
-2
/
+13
*
perf script: Remove some bogus error handling
Dan Carpenter
2017-07-25
1
-6
/
+1
*
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
2017-07-18
1
-0
/
+1
*
perf tool: Add show_feature_header to perf_tool
David Carrillo-Cisneros
2017-07-18
1
-0
/
+3
*
perf auxtrace: Add CPU filter support
Adrian Hunter
2017-06-30
1
-0
/
+1
[next]