index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf sched: Document missing options
Shawn Bohrer
2010-12-01
1
-2
/
+16
*
perf report: Document missing options
Shawn Bohrer
2010-12-01
1
-4
/
+45
*
perf record: Document missing options
Shawn Bohrer
2010-12-01
1
-4
/
+13
*
perf probe: Fix spelling mistake in documentation
Shawn Bohrer
2010-12-01
1
-1
/
+1
*
perf lock: Document missing options
Shawn Bohrer
2010-12-01
1
-0
/
+15
*
perf kvm: Document missing options
Shawn Bohrer
2010-12-01
1
-1
/
+7
*
perf diff: Document missing options
Shawn Bohrer
2010-12-01
1
-1
/
+18
*
perf diff: Fix displacement and modules options short flag
Shawn Bohrer
2010-12-01
1
-1
/
+1
*
perf buildid-list: Document missing options
Shawn Bohrer
2010-12-01
1
-0
/
+3
*
perf annotate: Document missing options.
Shawn Bohrer
2010-12-01
1
-1
/
+36
*
perf tools: fix event parsing of comma-separated tracepoint events
Corey Ashford
2010-11-30
1
-4
/
+8
*
perf packaging: add memcpy to perf MANIFEST
Don Zickus
2010-11-30
1
-0
/
+1
*
perf debug: Simplify trace_event
Arnaldo Carvalho de Melo
2010-11-30
1
-28
/
+13
*
perf session: Allocate chunks of sample objects
Thomas Gleixner
2010-11-30
2
-5
/
+19
*
perf session: Cache sample objects
Thomas Gleixner
2010-11-30
2
-4
/
+27
*
perf session: Keep file mmaped instead of malloc/memcpy
Thomas Gleixner
2010-11-30
1
-16
/
+11
*
perf session: Use sensible mmap size
Thomas Gleixner
2010-11-30
1
-12
/
+29
*
perf session: Simplify termination checks
Thomas Gleixner
2010-11-30
1
-9
/
+11
*
perf session: Move ui_progress_update in __perf_session__process_events()
Thomas Gleixner
2010-11-30
1
-1
/
+1
*
perf session: Cleanup __perf_session__process_events()
Thomas Gleixner
2010-11-30
1
-40
/
+37
*
perf session: Use appropriate pointer type instead of silly typecasting
Thomas Gleixner
2010-11-30
1
-2
/
+2
*
perf session: Fix list sort algorithm
Thomas Gleixner
2010-11-30
2
-68
/
+49
*
perf tools: Fix lost and unknown events handling
Arnaldo Carvalho de Melo
2010-11-27
4
-1
/
+46
*
perf trace: Handle DT_UNKNOWN on filesystems that don't support d_type
Shawn Bohrer
2010-11-27
1
-8
/
+25
*
perf symbols: Correct final kernel map guesses
Ian Munsie
2010-11-27
2
-2
/
+2
*
perf events: Default to using event__process_lost
Arnaldo Carvalho de Melo
2010-11-26
1
-1
/
+1
*
perf record: Add option to disable collecting build-ids
Arnaldo Carvalho de Melo
2010-11-26
4
-5
/
+26
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-11-26
2
-9
/
+12
|
\
|
*
perf symbols: Remove incorrect open-coded container_of()
Rabin Vincent
2010-11-23
1
-1
/
+3
|
*
perf record: Handle restrictive permissions in /proc/{kallsyms,modules}
Arnaldo Carvalho de Melo
2010-11-22
1
-8
/
+9
*
|
perf bench: Add feature that measures the performance of the arch/x86/lib/mem...
Hitoshi Mitake
2010-11-26
7
-0
/
+62
*
|
perf bench: Print both of prefaulted and no prefaulted results by default
Hitoshi Mitake
2010-11-26
1
-57
/
+162
*
|
perf stat: Change and clean up sys_perf_event_open error handling
Corey Ashford
2010-11-20
3
-17
/
+29
*
|
perf tools: Remove hardcoded include paths for elfutils
Robert Morell
2010-11-19
3
-7
/
+7
*
|
perf stat: Add no-aggregation mode to -a
Stephane Eranian
2010-11-19
2
-25
/
+149
|
/
*
perf trace: update usage
Tom Zanussi
2010-11-10
1
-1
/
+5
*
perf trace: update Documentation with new perf trace variants
Tom Zanussi
2010-11-10
1
-8
/
+49
*
perf trace: live-mode command-line cleanup
Tom Zanussi
2010-11-10
1
-57
/
+108
*
perf trace record: handle commands correctly
Tom Zanussi
2010-11-10
1
-4
/
+28
*
perf record: make the record options available outside perf record
Tom Zanussi
2010-11-10
1
-5
/
+5
*
perf trace scripting: remove system-wide param from shell scripts
Tom Zanussi
2010-11-10
13
-13
/
+13
*
perf trace scripting: fix some small memory leaks and missing error checks
Tom Zanussi
2010-11-10
1
-0
/
+12
*
perf: Fix usages of profile_cpu in builtin-top.c to use cpu_list
Corey Ashford
2010-11-10
1
-7
/
+5
*
perf, ui: Eliminate stack-smashing protection compiler complaint
Cyrill Gorcunov
2010-11-10
1
-2
/
+3
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2010-10-27
10
-10
/
+93
|
\
|
*
perf python scripting: Add futex-contention script
Arnaldo Carvalho de Melo
2010-10-26
4
-0
/
+74
|
*
perf python scripting: Fixup cut'n'paste error in sctop script
Arnaldo Carvalho de Melo
2010-10-26
1
-1
/
+1
|
*
perf scripting: Shut up 'perf record' final status
Arnaldo Carvalho de Melo
2010-10-26
5
-7
/
+16
|
*
perf record: Remove newline character from perror() argument
Matt Fleming
2010-10-26
1
-2
/
+2
*
|
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2010-10-26
20
-40
/
+106
|
\
\
|
|
/
[next]