index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
perf_event: Fix compile error
Xiao Guangrong
1
-1
/
+4
2009-12-02
perf tools: Fix _GNU_SOURCE macro related strndup() build error
Liming Wang
1
-2
/
+0
2009-12-01
perf probe: Simplify event naming
Masami Hiramatsu
2
-14
/
+56
2009-12-01
perf probe: Add --list option for listing current probe events
Masami Hiramatsu
3
-18
/
+230
2009-12-01
perf probe: Add argv_split() from lib/argv_split.c
Masami Hiramatsu
3
-40
/
+118
2009-12-01
perf probe: Move probe event utility functions to probe-event.c
Masami Hiramatsu
4
-218
/
+294
2009-12-01
perf probe: Fix probe array index for multiple probe points
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf probe: Fix argv array size in probe parser
Masami Hiramatsu
1
-4
/
+7
2009-12-01
perf probe: Add probe-finder.h without libdwarf
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf probe: Change a debugging message from pr_info to pr_debug
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf timechart: Remove open-coded event parsing code
Li Zefan
1
-140
/
+30
2009-12-01
perf annotate: Fix perf data parsing
Li Zefan
2
-127
/
+19
2009-11-27
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
12
-222
/
+172
2009-11-27
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
16
-425
/
+183
2009-11-27
perf symbols: When not using modules, discard its symbols
Arnaldo Carvalho de Melo
2
-1
/
+6
2009-11-27
perf symbols: Support multiple symtabs in struct thread
Arnaldo Carvalho de Melo
7
-133
/
+162
2009-11-27
perf symbols: Kernel_maps should be an array of MAP__NR_TYPES entries
Arnaldo Carvalho de Melo
2
-14
/
+38
2009-11-27
perf symbols: Make the kallsyms loading routines part of the dso class
Arnaldo Carvalho de Melo
1
-39
/
+38
2009-11-27
perf symbols: Better support for multiple symbol tables per dso
Arnaldo Carvalho de Melo
7
-40
/
+56
2009-11-27
perf symbols: Add a 'type' field to struct map
Arnaldo Carvalho de Melo
6
-21
/
+42
2009-11-27
perf symbols: Unexport kernel_map__functions
Arnaldo Carvalho de Melo
3
-8
/
+4
2009-11-27
perf symbols: Split the dsos list into kernel and user parts
Arnaldo Carvalho de Melo
3
-22
/
+48
2009-11-27
perf symbols: Rename kernel_mapto kernel_map[s]__functions
Arnaldo Carvalho de Melo
3
-25
/
+25
2009-11-27
perf symbols: Avoid annoying message about loading symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-11-25
perf tools: Add 'signed' flag setting back into trace-event-parse.c
Tom Zanussi
1
-1
/
+2
2009-11-24
perf symbols: Rename find_symbol routines to find_function
Arnaldo Carvalho de Melo
9
-56
/
+62
2009-11-24
perf tools: Remove unused wrapper routines
Arnaldo Carvalho de Melo
2
-68
/
+4
2009-11-24
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
10
-25
/
+25
2009-11-24
perf symbols: Simplify symbol machinery setup
Arnaldo Carvalho de Melo
12
-60
/
+85
2009-11-24
perf top: Always show the DSO column, even if its all the same
Arnaldo Carvalho de Melo
1
-27
/
+11
2009-11-24
perf tools: Use common process_event functions for annotate and report
John Kacur
7
-116
/
+186
2009-11-24
perf tools: Add perf.data to .gitignore
John Kacur
1
-0
/
+1
2009-11-24
Merge branch 'perf/bench' into perf/core
Ingo Molnar
4
-1
/
+209
2009-11-24
perf kmem: Add help file
Li Zefan
2
-0
/
+45
2009-11-24
perf kmem: Measure kmalloc/kfree CPU ping-pong call-sites
Li Zefan
1
-28
/
+94
2009-11-24
perf kmem: Collect cross node allocation statistics
Li Zefan
1
-2
/
+79
2009-11-24
perf kmem: Default to sort by fragmentation
Li Zefan
1
-34
/
+108
2009-11-24
perf kmem: Add new option to show raw ip
Li Zefan
1
-8
/
+10
2009-11-24
perf tools: Fix compilation on powerpc
Paul Mackerras
1
-0
/
+2
2009-11-23
perf kmem: Resolve symbols
Arnaldo Carvalho de Melo
1
-14
/
+23
2009-11-23
perf tools: Move graph_line and graph_dotted_line from top
Arnaldo Carvalho de Melo
3
-7
/
+11
2009-11-23
perf symbols: Look for vmlinux in more places
Arnaldo Carvalho de Melo
11
-23
/
+122
2009-11-23
perf tools: Add support for breakpoint events in perf tools
Frederic Weisbecker
2
-5
/
+95
2009-11-23
perf record, x86: Print more intelligent error message when sampling fails
Simon Kaempflein
1
-0
/
+6
2009-11-23
perf: Use default compiler mode by default
Michael S. Tsirkin
1
-17
/
+3
2009-11-22
perf report: Do map lookups in resolve_callchain()
Arnaldo Carvalho de Melo
1
-4
/
+4
2009-11-22
perf symbols: Show messages about module loading only if verbose >= 1
Arnaldo Carvalho de Melo
1
-3
/
+3
2009-11-22
perf tools: Suggest static libraries as well
Michael S. Tsirkin
1
-2
/
+2
2009-11-22
perf tools: Add V=2 option to help debug config issues
Michael S. Tsirkin
1
-9
/
+15
2009-11-22
perf symbols: Fix ELF header errors during "perf kmem record"
Pekka Enberg
1
-0
/
+5
[next]