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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
perf tools: Add perf_evsel__read_size function
Jiri Olsa
2017-07-26
1
-1
/
+28
*
|
|
Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...
Ingo Molnar
2017-07-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-21
3
-5
/
+7
|
|
\
|
*
|
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-12
1
-1
/
+1
*
|
|
perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFEST
Arnaldo Carvalho de Melo
2017-07-25
1
-0
/
+1
*
|
|
perf annotate stdio: Fix column header when using --show-total-period
Taeung Song
2017-07-25
1
-1
/
+2
*
|
|
perf jevents: Make build fail on JSON parse error
Andi Kleen
2017-07-25
2
-11
/
+14
*
|
|
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
2017-07-25
2
-48
/
+111
*
|
|
perf report: Make --branch-history work without callgraphs(-g) option in perf...
Jin Yao
2017-07-25
4
-9
/
+25
*
|
|
perf script python: Generate hooks with additional argument
Arun Kalyanasundaram
2017-07-25
1
-4
/
+18
*
|
|
perf script python: Add perf_sample dict to tracepoint handlers
Arun Kalyanasundaram
2017-07-25
1
-1
/
+40
*
|
|
perf script python: Add sample_read to dict
Arun Kalyanasundaram
2017-07-25
1
-0
/
+51
*
|
|
perf script python: Refactor creation of perf sample dict
Arun Kalyanasundaram
2017-07-25
1
-41
/
+53
*
|
|
perf script python: Allocate memory only if handler exists
Arun Kalyanasundaram
2017-07-25
1
-16
/
+22
*
|
|
perf script: Remove some bogus error handling
Dan Carpenter
2017-07-25
1
-6
/
+1
*
|
|
perf top: Support lookup of symbols in other mount namespaces.
Krister Johansen
2017-07-25
2
-0
/
+19
*
|
|
perf evsel: Add verbose output for sys_perf_event_open fallback
Jiri Olsa
2017-07-25
1
-0
/
+8
*
|
|
perf jvmti: Fix linker error when libelf config is disabled
Sudeep Holla
2017-07-25
1
-1
/
+1
*
|
|
perf annotate: Process tracing data in pipe mode
David Carrillo-Cisneros
2017-07-25
1
-0
/
+1
*
|
|
perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefile
David Carrillo-Cisneros
2017-07-25
1
-1
/
+7
*
|
|
perf cgroup: Fix refcount usage
Arnaldo Carvalho de Melo
2017-07-25
1
-3
/
+5
*
|
|
perf report: Fix kernel symbol adjustment for s390x
Thomas Richter
2017-07-25
2
-0
/
+23
*
|
|
perf annotate stdio: Fix --show-total-period
Taeung Song
2017-07-25
1
-1
/
+1
*
|
|
perf annotate: Do not overwrite sample->period
Taeung Song
2017-07-21
1
-1
/
+0
*
|
|
perf annotate: Store the sample period in each histogram bucket
Taeung Song
2017-07-21
2
-5
/
+13
*
|
|
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
Taeung Song
2017-07-21
5
-19
/
+27
*
|
|
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
Taeung Song
2017-07-21
3
-15
/
+15
*
|
|
perf annotate: Introduce struct sym_hist_entry
Taeung Song
2017-07-21
4
-29
/
+35
*
|
|
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
2017-07-20
11
-25
/
+30
*
|
|
perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+15
*
|
|
perf trace: Introduce filter_loop_pids()
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+11
*
|
|
perf trace beauty clone: Suppress unused args according to 'flags' arg
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+18
*
|
|
perf trace beauty clone: Beautify syscall arguments
Arnaldo Carvalho de Melo
2017-07-20
4
-1
/
+68
*
|
|
tools include uapi: Grab a copy of linux/sched.h
Arnaldo Carvalho de Melo
2017-07-20
2
-0
/
+2
*
|
|
perf trace: Allow specifying names to syscall arguments formatters
Arnaldo Carvalho de Melo
2017-07-20
1
-2
/
+13
*
|
|
perf trace: Allow specifying number of syscall args for tracepointless syscalls
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+5
*
|
|
perf trace: Ditch __syscall__arg_val() variant, not needed anymore
Arnaldo Carvalho de Melo
2017-07-20
1
-7
/
+2
*
|
|
perf trace: Use the syscall_fmt formatters without a tracepoint
Arnaldo Carvalho de Melo
2017-07-20
1
-24
/
+30
*
|
|
perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint
Arnaldo Carvalho de Melo
2017-07-20
1
-10
/
+21
*
|
|
perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUS
Arnaldo Carvalho de Melo
2017-07-20
1
-0
/
+3
*
|
|
perf trace: Add missing ' = ' in the default formatting of syscall returns
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+1
*
|
|
perf intel-pt: Always set no branch for dummy event
Kan Liang
2017-07-20
1
-0
/
+2
*
|
|
perf intel-pt: Set no_aux_samples for the tracking event
Kan Liang
2017-07-20
1
-0
/
+1
*
|
|
perf report: Show branch type in callchain entry
Jin Yao
2017-07-18
3
-19
/
+50
*
|
|
perf report: Show branch type statistics for stdio mode
Jin Yao
2017-07-18
2
-4
/
+26
*
|
|
perf util: Create branch.c/.h for common branch functions
Jin Yao
2017-07-18
4
-1
/
+174
*
|
|
perf report: Refactor the branch info printing code
Jin Yao
2017-07-18
1
-59
/
+41
*
|
|
perf record: Create a new option save_type in --branch-filter
Jin Yao
2017-07-18
2
-0
/
+2
*
|
|
perf header: Add event desc to pipe-mode header
David Carrillo-Cisneros
2017-07-18
1
-2
/
+17
*
|
|
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
2017-07-18
12
-3
/
+141
[prev]
[next]