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
2013-09-02
perf trace: Allow syscall arg formatters to mask args
Arnaldo Carvalho de Melo
1
-11
/
+22
2013-08-30
perf trace: Handle missing HUGEPAGE defines
David Ahern
1
-0
/
+6
2013-08-29
perf trace: Honor target pid / tid options when analyzing a file
David Ahern
1
-0
/
+43
2013-08-29
perf trace: Add option to analyze events in a file versus live
David Ahern
1
-2
/
+96
2013-08-29
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
1
-3
/
+7
2013-08-27
perf trace: Add beautifier for madvise behaviour/advice parm
Arnaldo Carvalho de Melo
1
-0
/
+40
2013-08-26
perf trace: Add beautifier for mmap flags parm
Arnaldo Carvalho de Melo
1
-1
/
+40
2013-08-26
perf trace: Add beautifier for mmap prot parm
Arnaldo Carvalho de Melo
1
-3
/
+38
2013-08-26
perf trace: Allow overiding the formatting of syscall fields
Arnaldo Carvalho de Melo
1
-3
/
+16
2013-08-26
perf trace: Add aliases to remaining syscalls of the sys_enter_newfoo
Arnaldo Carvalho de Melo
1
-0
/
+4
2013-08-26
perf trace: Allow printing syscall return values in hex
Arnaldo Carvalho de Melo
1
-0
/
+7
2013-08-26
perf trace: Simplify sys_exit return printing
Arnaldo Carvalho de Melo
1
-3
/
+6
2013-08-26
perf trace: Introduce syscall arg formatters
Arnaldo Carvalho de Melo
1
-3
/
+36
2013-08-26
perf trace: Hide sys_exit messages about syscall id = -1
Arnaldo Carvalho de Melo
1
-1
/
+16
2013-08-26
perf trace: Add --verbose option
Arnaldo Carvalho de Melo
1
-4
/
+8
2013-08-26
perf trace: Support ! in -e expressions
Arnaldo Carvalho de Melo
1
-9
/
+19
2013-08-26
perf trace: Make command line arguments consistent with perf-record
David Ahern
1
-6
/
+6
2013-08-26
perf trace: Implement -o/--output filename
Arnaldo Carvalho de Melo
1
-48
/
+86
2013-08-14
perf trace: Allow specifying which syscalls to trace
Arnaldo Carvalho de Melo
1
-6
/
+46
2013-08-07
perf trace: Beautify 'connect' result
Arnaldo Carvalho de Melo
1
-0
/
+1
2013-07-12
perf tools: struct thread has a tid not a pid
Adrian Hunter
1
-2
/
+2
2013-07-12
perf tools: Use default include path notation for libtraceevent headers
Robert Richter
1
-1
/
+1
2013-03-15
perf trace: Free evlist resources properly on return path
Namhyung Kim
1
-5
/
+11
2013-03-15
perf trace: Get rid of a duplicate code
Namhyung Kim
1
-7
/
+0
2013-03-15
perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()
Namhyung Kim
1
-1
/
+1
2013-03-15
perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()
Namhyung Kim
1
-1
/
+1
2013-03-15
perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
Namhyung Kim
1
-1
/
+2
2013-03-15
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
Namhyung Kim
1
-1
/
+1
2012-12-11
perf evlist: Set the leader in the perf_evlist__config method
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-10-25
perf trace: Use sched:sched_stat_runtime to provide a thread summary
Arnaldo Carvalho de Melo
1
-1
/
+87
2012-10-25
perf trace: Count number of events for each thread and globally
Arnaldo Carvalho de Melo
1
-6
/
+14
2012-10-24
perf trace: Print the name of a syscall when failing to read its info
Arnaldo Carvalho de Melo
1
-1
/
+4
2012-10-24
perf tools: Pretty print errno for some more functions
Arnaldo Carvalho de Melo
1
-0
/
+3
2012-10-24
perf trace: Add duration filter
Arnaldo Carvalho de Melo
1
-4
/
+28
2012-10-24
perf trace: Add an event duration column
Arnaldo Carvalho de Melo
1
-4
/
+23
2012-10-24
perf trace: Support interrupted syscalls
Arnaldo Carvalho de Melo
1
-22
/
+177
2012-10-24
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-5
/
+13
2012-10-21
perf trace: Check if sample raw_data field is set
Arnaldo Carvalho de Melo
1
-0
/
+7
2012-10-21
perf trace: Validate syscall id before growing syscall table
Arnaldo Carvalho de Melo
1
-5
/
+6
2012-10-05
perf trace: Add support for tracing workload given by command line
Namhyung Kim
1
-7
/
+36
2012-10-05
perf trace: Explicitly enable system-wide mode if no option is given
Namhyung Kim
1
-0
/
+3
2012-10-05
perf trace: Validate target task/user/cpu argument
Namhyung Kim
1
-1
/
+8
2012-10-03
perf evlist: Introduce add_newtp method
Arnaldo Carvalho de Melo
1
-15
/
+3
2012-10-02
perf trace: Use evsel->handler.func
Arnaldo Carvalho de Melo
1
-45
/
+87
2012-09-27
perf trace: Add aliases for some syscalls
Arnaldo Carvalho de Melo
1
-8
/
+18
2012-09-26
perf trace: New tool
Arnaldo Carvalho de Melo
1
-0
/
+300
2010-11-16
perf: Rename 'perf trace' to 'perf script'
Ingo Molnar
1
-826
/
+0
2010-11-10
perf trace: update usage
Tom Zanussi
1
-1
/
+5
2010-11-10
perf trace: live-mode command-line cleanup
Tom Zanussi
1
-57
/
+108
2010-11-10
perf trace record: handle commands correctly
Tom Zanussi
1
-4
/
+28
[next]