index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf probe: Fix to support libdwfl older than 0.148
Masami Hiramatsu
2010-12-21
1
-30
/
+55
|
*
perf tools: Fix lazy wildcard matching
Masami Hiramatsu
2010-12-21
1
-1
/
+1
|
*
perf buildid-list: Fix error return for success
Arnaldo Carvalho de Melo
2010-12-16
1
-2
/
+1
|
*
perf buildid-cache: Fix symbolic link handling
Franck Bui-Huu
2010-12-16
1
-4
/
+6
|
*
perf symbols: Stop using vmlinux files with no symbols
Franck Bui-Huu
2010-12-16
1
-1
/
+1
|
*
perf probe: Fix use of kernel image path given by 'k' option
Franck Bui-Huu
2010-12-16
4
-5
/
+21
*
|
perf probe: Fix short file name probe location reporting
Franck Bui-Huu
2010-12-27
1
-7
/
+7
*
|
perf script: Fix event ordering settings to work with older kernels
Arnaldo Carvalho de Melo
2010-12-25
1
-0
/
+1
*
|
perf record: Fix use of sample_id_all userspace with !sample_id_all kernels
Arnaldo Carvalho de Melo
2010-12-25
1
-5
/
+19
*
|
perf script: Finish the rename from trace to script
Arnaldo Carvalho de Melo
2010-12-25
31
-51
/
+35
*
|
perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen
Franck Bui-Huu
2010-12-22
1
-1
/
+1
*
|
perf test: Look forward for symbol aliases
Arnaldo Carvalho de Melo
2010-12-22
1
-4
/
+19
*
|
perf symbols: Improve kallsyms symbol end addr calculation
Arnaldo Carvalho de Melo
2010-12-22
3
-16
/
+45
*
|
perf probe: Handle gracefully some stupid and buggy line syntaxes
Franck Bui-Huu
2010-12-21
1
-32
/
+60
*
|
perf probe: Don't always consider EOF as an error when listing source code
Franck Bui-Huu
2010-12-21
1
-12
/
+26
*
|
perf probe: Fix line range description since a single file is allowed
Franck Bui-Huu
2010-12-21
2
-6
/
+9
*
|
perf probe: Clean up redundant tests in show_line_range()
Franck Bui-Huu
2010-12-21
1
-11
/
+15
*
|
perf probe: Rewrite show_one_line() to make it simpler
Franck Bui-Huu
2010-12-21
1
-18
/
+11
*
|
perf probe: Make -L display the absolute path of the dumped file
Franck Bui-Huu
2010-12-21
1
-1
/
+1
*
|
perf probe: Cleanup messages
Masami Hiramatsu
2010-12-21
2
-34
/
+38
*
|
perf symbols: Add symfs option for off-box analysis using specified tree
David Ahern
2010-12-21
9
-19
/
+81
*
|
perf record,report,annotate,diff: Process events in order
Ian Munsie
2010-12-21
4
-1
/
+10
*
|
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
2010-12-21
14
-15
/
+31
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-12-16
3
-11
/
+65
|
\
\
|
|
/
|
*
perf record: Fix eternal wait for stillborn child
Arnaldo Carvalho de Melo
2010-12-06
1
-2
/
+4
|
*
perf header: Don't assume there's no attr info if no sample ids is provided
Franck Bui-Huu
2010-11-30
1
-3
/
+8
|
*
perf symbols: Figure out start address of kernel map from kallsyms
Ming Lei
2010-11-30
1
-1
/
+42
|
*
perf symbols: Fix kallsyms kernel/module map splitting
Arnaldo Carvalho de Melo
2010-11-30
1
-5
/
+11
*
|
perf session: Remove unneeded dump_printf calls
Arnaldo Carvalho de Melo
2010-12-09
1
-12
/
+11
*
|
perf session: Split out user event processing
Thomas Gleixner
2010-12-09
1
-18
/
+24
*
|
perf session: Split out sample preprocessing
Thomas Gleixner
2010-12-09
1
-15
/
+25
*
|
perf session: Move dump code to event delivery path
Thomas Gleixner
2010-12-09
1
-5
/
+5
*
|
perf session: Add file_offset to event delivery function
Thomas Gleixner
2010-12-09
1
-4
/
+8
*
|
perf session: Store file offset in sample_queue
Thomas Gleixner
2010-12-09
1
-2
/
+5
*
|
perf session: Consolidate the dump code
Thomas Gleixner
2010-12-09
2
-25
/
+40
*
|
perf session: Dont queue events w/o timestamps
Thomas Gleixner
2010-12-09
1
-1
/
+1
*
|
perf event: Prevent unbound event__name array access
Thomas Gleixner
2010-12-09
4
-6
/
+19
*
|
perf report: Allow user to specify path to kallsyms file
David Ahern
2010-12-09
4
-2
/
+13
*
|
perf makefile: Allow strong and weak functions in LIB_OBJS
Ian Munsie
2010-12-07
1
-1
/
+1
*
|
perf tools: Catch a few uncheck calloc/malloc's
Chris Samuel
2010-12-06
5
-0
/
+15
*
|
perf script: Fix compiler warning in builtin_script.c:is_top_script()
Stephane Eranian
2010-12-06
1
-5
/
+5
*
|
perf session: Sort all events if ordered_samples=true
Thomas Gleixner
2010-12-06
1
-53
/
+72
*
|
perf options: add OPT_CALLBACK_DEFAULT_NOOPT
Akihiro Nagai
2010-12-06
1
-0
/
+4
*
|
perf hist: Better displaying of unresolved DSOs and symbols
Ian Munsie
2010-12-06
1
-3
/
+3
*
|
perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events
Arnaldo Carvalho de Melo
2010-12-04
9
-100
/
+315
*
|
perf session: Parse sample earlier
Arnaldo Carvalho de Melo
2010-12-04
18
-192
/
+236
*
|
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2010-12-02
15
-68
/
+324
|
\
\
|
*
|
perf stat: Add csv-style output
Stephane Eranian
2010-12-01
2
-40
/
+109
|
*
|
perf stat: Use --big-num format by default
Arnaldo Carvalho de Melo
2010-12-01
1
-1
/
+1
|
*
|
perf stat: Document missing options
Shawn Bohrer
2010-12-01
1
-7
/
+27
[prev]
[next]