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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-15
tools/power turbostat: update fields in manpage
Arun Thomas
1
-4
/
+4
2011-12-12
perf tools: Add ability to synthesize event according to a sample
Andrew Vagin
3
-0
/
+90
2011-12-12
perf script: Implement option for system-wide profiling
Robert Richter
1
-5
/
+10
2011-12-12
perf script: Fix mem leaks and NULL pointer checks around strdup()s
Robert Richter
1
-19
/
+29
2011-12-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+3
2011-12-07
Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent
Ingo Molnar
2
-2
/
+3
2011-12-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2011-12-06
perf header: Use event_name() to get an event name
Andrew Vagin
1
-1
/
+1
2011-12-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-12
/
+14
2011-12-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-12
/
+14
2011-12-05
perf: Fix parsing of __print_flags() in TP_printk()
Steven Rostedt
1
-0
/
+2
2011-12-05
perf stat: Failure with "Operation not supported"
Anton Blanchard
1
-1
/
+2
2011-12-02
perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test
Arnaldo Carvalho de Melo
1
-24
/
+21
2011-12-02
perf test: Validate PERF_RECORD_ events and perf_sample fields
Arnaldo Carvalho de Melo
1
-0
/
+337
2011-12-02
perf event: Introduce perf_event__fprintf
Arnaldo Carvalho de Melo
2
-6
/
+54
2011-11-29
perf test: Allow running just a subset of the available tests
Arnaldo Carvalho de Melo
2
-22
/
+67
2011-11-29
perf evlist: Always do automatic allocation of pollfd and mmap structures
Arnaldo Carvalho de Melo
5
-27
/
+7
2011-11-28
perf tools: Save some loops using perf_evlist__id2evsel
Arnaldo Carvalho de Melo
5
-75
/
+136
2011-11-28
perf script: Add comm filtering option
David Ahern
2
-0
/
+17
2011-11-28
perf tools: make -C consistent across commands (for cpu list arg)
David Ahern
6
-8
/
+8
2011-11-28
perf top: Stop using globals for tool state
Arnaldo Carvalho de Melo
2
-235
/
+245
2011-11-28
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
22
-277
/
+301
2011-11-28
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
24
-375
/
+376
2011-11-28
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
20
-373
/
+520
2011-11-28
perf annotate: Group options in a struct
Arnaldo Carvalho de Melo
1
-31
/
+33
2011-11-28
perf report: Group options in a struct
Arnaldo Carvalho de Melo
1
-52
/
+59
2011-11-28
perf tools: Use evsel->attr.sample_type instead of session->sample_type
Arnaldo Carvalho de Melo
2
-6
/
+8
2011-11-28
perf session: Remove superfluous callchain_cursor member
Arnaldo Carvalho de Melo
5
-14
/
+14
2011-11-28
perf event: perf_event_ops->attr() manipulates only an evlist
Arnaldo Carvalho de Melo
5
-17
/
+34
2011-11-28
perf evlist: Introduce id_hdr_size method out of perf_session
Arnaldo Carvalho de Melo
3
-28
/
+34
2011-11-28
perf symbols: Add nr_events to symbol_conf
Arnaldo Carvalho de Melo
10
-37
/
+30
2011-11-28
perf ui progress: Fix divide by zero
Arnaldo Carvalho de Melo
1
-0
/
+3
2011-11-28
perf record: Move 'group' to perf_event_ops
Arnaldo Carvalho de Melo
2
-5
/
+5
2011-11-28
perf session: Move threads to struct machine
Arnaldo Carvalho de Melo
6
-15
/
+58
2011-11-28
perf record: Move mmap_pages to perf_record_opts
Arnaldo Carvalho de Melo
2
-4
/
+6
2011-11-28
perf evlist: Handle default value for 'pages' on mmap method
Arnaldo Carvalho de Melo
3
-8
/
+11
2011-11-28
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
Arnaldo Carvalho de Melo
4
-68
/
+120
2011-11-28
perf evsel: Introduce config attr method
Arnaldo Carvalho de Melo
6
-132
/
+162
2011-11-28
perf evlist: Introduce add_tracepoints method
Arnaldo Carvalho de Melo
3
-2
/
+63
2011-11-28
perf evlist: Introduce perf_evlist__add_attrs
Arnaldo Carvalho de Melo
3
-33
/
+48
2011-11-28
perf tools: Simplify debugfs mountpoint handling code
Arnaldo Carvalho de Melo
6
-51
/
+43
2011-11-28
perf tools: Eliminate duplicate code and use PATH_MAX consistently
Arnaldo Carvalho de Melo
6
-62
/
+24
2011-11-25
perf/powerpc: Fix build for PowerPC with uclibc toolchains
Florian Fainelli
1
-0
/
+3
2011-11-23
ktest: When creating new config, allow the use of ${THIS_DIR}
Steven Rostedt
1
-2
/
+17
2011-11-21
ktest: Add default for ssh-user, build-target and target-image
Steven Rostedt
1
-1
/
+7
2011-11-18
ktest: Allow success logs to be stored
Rabin Vincent
2
-34
/
+52
2011-11-18
ktest: Save test output
Rabin Vincent
1
-11
/
+19
2011-11-18
ktest: Check parent options for iterated tests
Rabin Vincent
1
-0
/
+16
2011-11-18
tools turbostat: recognize and run properly on IVB
Len Brown
1
-0
/
+2
2011-11-16
perf session: Fix crash with invalid CPU list
David Ahern
1
-0
/
+4
[prev]
[next]