index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-23
perf: Use default compiler mode by default
Michael S. Tsirkin
1
-17
/
+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-20
perf: Add 'perf kmem' tool
Li Zefan
1
-0
/
+1
2009-11-19
perf tools: Add ia64 support for tools/perf/
Luck, Tony
1
-3
/
+5
2009-11-17
perf tools: Support static build
Michael S. Tsirkin
1
-9
/
+11
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-5
/
+22
2009-11-16
perf buildid-list: New plumbing command
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-11-15
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
Ingo Molnar
1
-0
/
+7
2009-11-11
perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGS
Michael Cree
1
-1
/
+4
2009-11-08
perf tools: Add debugfs utility routines for perf
Clark Williams
1
-0
/
+2
2009-11-08
perf bench: Add subcommand 'bench' to the Makefile
Hitoshi Mitake
1
-0
/
+7
2009-11-04
Merge commit 'v2.6.32-rc6' into perf/core
Ingo Molnar
1
-8
/
+7
2009-10-27
perf tools: Generalize event synthesizing routines
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-10-26
perf tools: Remove -Wcast-align
Paul Mundt
1
-2
/
+1
2009-10-25
perf tools: Fix compatibility with libelf 0.8 and autodetect
Marti Raudsepp
1
-1
/
+5
2009-10-23
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-4
/
+54
2009-10-23
perf tools: Drop asm/types.h wrapper
Frederic Weisbecker
1
-1
/
+0
2009-10-21
perf tools: Add 'make DEBUG=1' to remove the -O6 cflag
Steven Rostedt
1
-1
/
+8
2009-10-20
perf tools: Add bunch of missing headers to LIB_H
Arnaldo Carvalho de Melo
1
-0
/
+17
2009-10-20
perf tools: Add missing tools/perf/util/include/string.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-10-19
perf tools: Display better error messages on missing packages
Randy Dunlap
1
-1
/
+5
2009-10-19
perf tools: Use kernel bitmap library
Frederic Weisbecker
1
-0
/
+16
2009-10-17
Merge commit 'v2.6.32-rc5' into perf/probes
Ingo Molnar
1
-8
/
+15
2009-10-17
perf: Add DIE_IF() macro for error checking
Masami Hiramatsu
1
-0
/
+1
2009-10-17
perf: Check libdwarf APIs for perf probe
Masami Hiramatsu
1
-2
/
+2
2009-10-15
Merge branch 'linus' into perf/core
Ingo Molnar
1
-7
/
+14
2009-10-12
perf probe: Add perf probe command support without libdwarf
Masami Hiramatsu
1
-3
/
+3
2009-10-12
perf: Add perf probe subcommand, a kprobe-event setup helper
Masami Hiramatsu
1
-0
/
+10
2009-10-12
perf tools: Fix the NO_64BIT build on pure 64-bit systems
Ingo Molnar
1
-7
/
+14
2009-10-08
perf tools: Unify perf.data mapping and events handling
Frederic Weisbecker
1
-0
/
+2
2009-10-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-1
/
+1
2009-10-04
perf tools: Remove show_mask bitmask
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-10-02
perf tools: Rewrite and improve support for kernel modules
Arnaldo Carvalho de Melo
1
-2
/
+0
2009-10-01
perf tools: Run generate-cmdlist.sh properly
Mulyadi Santosa
1
-1
/
+1
2009-09-30
perf tools: Use rb_tree for maps
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-09-30
perf tools: Put common histogram functions in their own file
John Kacur
1
-0
/
+2
2009-09-24
perf tools: Create util/sort.and use it
John Kacur
1
-0
/
+2
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-1
/
+1
2009-09-19
perf: Add the timechart tool
Arjan van de Ven
1
-0
/
+7
2009-09-19
perf: Add a SVG helper library file
Arjan van de Ven
1
-0
/
+1
2009-09-13
perf: Add 'perf sched' tool
Ingo Molnar
1
-0
/
+1
2009-09-02
perf tools: Clean up warnings list in the Makefile
Ingo Molnar
1
-1
/
+24
2009-08-17
perf tools: Add perf trace
Frederic Weisbecker
1
-0
/
+4
2009-08-16
perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flags
Frederic Weisbecker
1
-1
/
+1
2009-08-16
perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2
Ingo Molnar
1
-1
/
+1
2009-08-16
perf: Enable more compiler warnings
Ingo Molnar
1
-1
/
+6
2009-08-15
perf tools: Factorize the thread code in a dedicated file
Frederic Weisbecker
1
-0
/
+1
2009-08-15
Merge branch 'perfcounters/urgent' into perfcounters/core
Ingo Molnar
1
-11
/
+18
2009-08-12
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...
Arnaldo Carvalho de Melo
1
-11
/
+18
[next]