index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-26
perf trace: Validate syscall list passed via -e argument
Arnaldo Carvalho de Melo
1
-0
/
+32
2015-06-23
perf thread_map: Don't access the array entries directly
Jiri Olsa
1
-2
/
+2
2015-06-19
perf tools: Configurable per thread proc map processing time out
Kan Liang
1
-1
/
+5
2015-06-11
trace: Beautify perf_event_open syscall
Arnaldo Carvalho de Melo
1
-0
/
+58
2015-05-14
perf trace: Fix the build on older distros
Arnaldo Carvalho de Melo
1
-1
/
+28
2015-05-12
perf trace: Removed duplicated NULL test
He Kuang
1
-2
/
+1
2015-05-11
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
1
-2
/
+8
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
1
-13
/
+23
2015-04-29
perf trace: Clarify that -e is about syscalls, not perf events in general
Arnaldo Carvalho de Melo
1
-2
/
+1
2015-04-29
perf trace: Fix --filter-pids OPTION description
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-04-23
perf trace: Disable events and drain events when forked workload ends
Arnaldo Carvalho de Melo
1
-0
/
+5
2015-04-23
perf trace: Enable events when doing system wide tracing and starting a workload
Arnaldo Carvalho de Melo
1
-2
/
+3
2015-04-02
perf trace: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+3
2015-03-26
perf trace: Fix syscall enter formatting bug
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-03-21
perf trace: Handle legacy syscalls tracepoints
Arnaldo Carvalho de Melo
1
-4
/
+14
2015-03-21
perf trace: Fix summary_only option
David Ahern
1
-1
/
+2
2015-03-19
perf tools: Add the bash completion for listing subsubcommands of perf trace
Yunlong Song
1
-3
/
+4
2015-03-11
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-03-03
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
1
-1
/
+6
2015-02-26
perf trace: Fix SIGBUS failures due to misaligned accesses
David Ahern
1
-7
/
+29
2015-02-24
perf trace: Dump stack on segfaults
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-02-22
perf trace: Separate routine that handles an event from the one that reads it
Arnaldo Carvalho de Melo
1
-27
/
+31
2015-02-22
perf trace: Introduce --filter-pids
Arnaldo Carvalho de Melo
1
-2
/
+47
2015-02-22
perf trace: Filter out the trace pid when no threads are specified
Arnaldo Carvalho de Melo
1
-0
/
+9
2015-02-22
perf trace: Only insert blank duration bracket when tracing syscalls
Arnaldo Carvalho de Melo
1
-1
/
+5
2015-02-13
perf trace: Support --events foo:bar --no-syscalls
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-02-13
perf trace: Allow mixing with other events
Arnaldo Carvalho de Melo
1
-7
/
+44
2015-02-13
perf trace: Handle multiple threads better wrt syscalls being intermixed
Arnaldo Carvalho de Melo
1
-0
/
+28
2015-02-13
perf trace: Print thread info when following children
Arnaldo Carvalho de Melo
1
-1
/
+3
2015-02-07
perf trace: No need to enable evsels for workload started from perf
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-01-22
tools lib fs debugfs: Introduce debugfs__strerror_open_tp
Arnaldo Carvalho de Melo
1
-5
/
+8
2015-01-22
perf trace: Fix error reporting for evsel pgfault constructor
Arnaldo Carvalho de Melo
1
-8
/
+5
2015-01-22
tools lib fs: Pass filename to debugfs__strerror_open
Arnaldo Carvalho de Melo
1
-2
/
+3
2015-01-22
tools lib fs: Adopt debugfs open strerrno method
Arnaldo Carvalho de Melo
1
-2
/
+9
2015-01-21
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
1
-40
/
+40
2014-12-16
perf trace: Let the perf_evlist__mmap autosize the number of pages to use
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-12-11
perf trace: Provide a better explanation when mmap fails
Arnaldo Carvalho de Melo
1
-6
/
+6
2014-10-29
perf tools: A thread's machine can be found via thread->mg->machine
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-10-15
perf trace: Use thread_{,_set}_priv helpers
Namhyung Kim
1
-8
/
+8
2014-09-29
perf trace: Fix mmap return address truncation to 32-bit
Chang Hyun Park
1
-3
/
+3
2014-09-26
perf tools: Modify error code for when perf_session__new() fails
Taeung Song
1
-1
/
+1
2014-09-25
perf trace: Filter out POLLHUP'ed file descriptors
Arnaldo Carvalho de Melo
1
-1
/
+6
2014-09-25
perf evlist: Introduce poll method for common code idiom
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-08-15
perf trace: Use strerror_r instead of strerror
Masami Hiramatsu
1
-2
/
+4
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
1
-2
/
+2
2014-08-13
perf trace: Move call to symbol__init() after creating session
Namhyung Kim
1
-3
/
+3
2014-08-13
perf trace: Add beautifier for mremap flags param
Alex Snast
1
-0
/
+26
2014-08-12
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
1
-1
/
+1
2014-07-23
perf tools: Fix build on gcc 4.4.7
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-07-08
perf trace: Fix build on 32-bit systems
Arnaldo Carvalho de Melo
1
-3
/
+3
[next]