index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-5
/
+8
*
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
3
-19
/
+68
*
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
2010-12-21
2
-2
/
+14
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-12-16
2
-9
/
+61
|
\
|
*
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
2
-2
/
+8
*
|
perf tools: Catch a few uncheck calloc/malloc's
Chris Samuel
2010-12-06
1
-0
/
+3
*
|
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
6
-93
/
+287
*
|
perf session: Parse sample earlier
Arnaldo Carvalho de Melo
2010-12-04
7
-80
/
+138
*
|
Merge branch 'perf/rename' into perf/core
Ingo Molnar
2010-12-01
2
-5
/
+5
|
\
\
|
*
|
perf: Rename 'perf trace' to 'perf script'
Ingo Molnar
2010-11-16
2
-5
/
+5
*
|
|
perf tools: fix event parsing of comma-separated tracepoint events
Corey Ashford
2010-11-30
1
-4
/
+8
*
|
|
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 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
3
-2
/
+15
*
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-11-26
1
-1
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
perf symbols: Remove incorrect open-coded container_of()
Rabin Vincent
2010-11-23
1
-1
/
+3
|
|
/
*
|
perf bench: Add feature that measures the performance of the arch/x86/lib/mem...
Hitoshi Mitake
2010-11-26
3
-0
/
+33
*
|
perf tools: Remove hardcoded include paths for elfutils
Robert Morell
2010-11-19
1
-3
/
+3
|
/
[next]