index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-15
perf tools: Remove all char * typecasts and use const in prototype
Steven Rostedt
1
-61
/
+61
2009-10-15
perf tools: Handle - and + in parsing trace print format
Steven Rostedt
1
-0
/
+6
2009-10-15
perf tools: Add latency format to trace output
Steven Rostedt
3
-19
/
+114
2009-10-15
perf tools: Handle both versions of ftrace output
Steven Rostedt
1
-1
/
+4
2009-10-15
perf tools: Fix bprintk reading in trace output
Steven Rostedt
1
-8
/
+7
2009-10-15
perf tools: Still continue on failed parsing of an event
Steven Rostedt
2
-17
/
+35
2009-10-15
perf tools: Handle the case with and without the "signed" trace field
Steven Rostedt
1
-29
/
+52
2009-10-15
perf tools: Handle newlines in trace parsing better
Steven Rostedt
1
-1
/
+7
2009-10-15
perf tools: Handle * as typecast in trace parsing
Steven Rostedt
1
-28
/
+22
2009-10-15
perf tools: Handle arrays in print fields for trace parsing
Steven Rostedt
1
-0
/
+62
2009-10-15
perf tools: Handle trace parsing of < and >
Steven Rostedt
1
-0
/
+2
2009-10-15
perf tools: Fix backslash processing on trace print formats
Steven Rostedt
1
-2
/
+25
2009-10-15
perf tools: Handle print concatenations in event format file
Steven Rostedt
1
-0
/
+16
2009-10-15
Merge branch 'linus' into perf/core
Ingo Molnar
4
-14
/
+24
2009-10-13
perf tools: Move threads & last_match to threads.c
Arnaldo Carvalho de Melo
6
-84
/
+45
2009-10-13
perf tools: Remove expensive old debug code from perf top
Mike Galbraith
1
-14
/
+1
2009-10-13
perf tools: Do not manually count string lengths
Vincent Legoll
2
-8
/
+13
2009-10-13
perf tools: Remove static debugfs path from parse-events
Ashwin Chaugule
1
-1
/
+4
2009-10-12
perf tools: Fix the NO_64BIT build on pure 64-bit systems
Ingo Molnar
1
-7
/
+14
2009-10-12
perf sched: Add -C option to measure on a specific CPU
Mike Galbraith
1
-1
/
+100
2009-10-12
perf tools: Fix counter sample frequency breakage
Mike Galbraith
2
-8
/
+34
2009-10-12
perf tools: Fix const char type propagation
Randy Dunlap
2
-6
/
+6
2009-10-09
perf tools: Provide backward compatibility with previous perf.data version
Frederic Weisbecker
1
-1
/
+7
2009-10-08
perf tools: Fix thread comm resolution in perf sched
Frederic Weisbecker
3
-68
/
+13
2009-10-08
perf tools: Improve kernel/modules symbol lookup
Arnaldo Carvalho de Melo
1
-87
/
+201
2009-10-08
perf tools: Up the verbose level for some really verbose stuff
Arnaldo Carvalho de Melo
3
-6
/
+6
2009-10-08
perf tools: Improve thread comm resolution in perf sched
Frederic Weisbecker
3
-12
/
+67
2009-10-08
perf tools: Unify perf.data mapping and events handling
Frederic Weisbecker
6
-401
/
+334
2009-10-07
perf tools: Merge trace.info content into perf.data
Frederic Weisbecker
8
-18
/
+54
2009-10-07
perf tools: Start the perf.data mapping at data offset in perf trace
Frederic Weisbecker
1
-1
/
+6
2009-10-06
perf tools: Default to 1 KHz auto-sampling freq events
Ingo Molnar
2
-45
/
+45
2009-10-06
perf trace: Add string/dynamic cases to format_flags
Tom Zanussi
2
-0
/
+26
2009-10-06
perf trace: Add subsystem string to struct event
Tom Zanussi
2
-2
/
+5
2009-10-06
tracing/events: Add 'signed' field to format files
Tom Zanussi
2
-0
/
+25
2009-10-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
11
-18
/
+47
2009-10-06
perf_event: Provide vmalloc() based mmap() backing
Peter Zijlstra
1
-0
/
+3
2009-10-06
perf tools: elf_sym__is_function() should accept "zero" sized functions
Arnaldo Carvalho de Melo
1
-2
/
+1
2009-10-06
perf trace: Update eval_flag() flags array to match interrupt.h
Tom Zanussi
1
-4
/
+5
2009-10-06
perf trace: Remove unused code in builtin-trace.c
Tom Zanussi
1
-6
/
+0
2009-10-05
perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etc
Arnaldo Carvalho de Melo
1
-5
/
+2
2009-10-05
perf tools: /proc/modules names don't always match its name
Arnaldo Carvalho de Melo
3
-1
/
+14
2009-10-05
perf tools: Create maps for modules when processing kallsyms
Arnaldo Carvalho de Melo
2
-41
/
+122
2009-10-05
perf top: Keep the default of asking for kernel module symbols
Arnaldo Carvalho de Melo
1
-3
/
+1
2009-10-04
perf: Propagate term signal to child
Chris Wilson
2
-1
/
+13
2009-10-04
perf tools: Remove show_mask bitmask
Arnaldo Carvalho de Melo
4
-39
/
+18
2009-10-03
perf tools: Move hist_entry__add common code to hist.c
Arnaldo Carvalho de Melo
4
-88
/
+74
2009-10-02
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
13
-929
/
+453
2009-10-01
perf tools: Run generate-cmdlist.sh properly
Mulyadi Santosa
1
-1
/
+1
2009-10-01
perf timechart: Add a power-only mode
Arjan van de Ven
3
-4
/
+23
2009-10-01
perf top: Remove dead {min,max}_ip unused variables
Arnaldo Carvalho de Melo
1
-13
/
+0
[next]