x86: Fix SSE opcode map bug
[safe/jmp/linux-2.6] / tools /
2009-10-23 Arnaldo Carvalho... perf probe: Print debug messages using pr_*()
2009-10-23 Ingo MolnarMerge branch 'perf/core' into perf/probes
2009-10-23 Arnaldo Carvalho... perf tools: Unify debug messages mechanisms
2009-10-23 Frederic Weisbeckerperf tools: Drop asm/types.h wrapper
2009-10-23 Frederic Weisbeckerperf tools: Bind callchains to the first sort dimension...
2009-10-23 Frederic Weisbeckerperf tools: Fix missing top level callchain
2009-10-21 Steven Rostedtperf tools: Use strsep() over strtok_r() for parsing...
2009-10-21 Steven Rostedtperf tools: Add 'make DEBUG=1' to remove the -O6 cflag
2009-10-20 Arnaldo Carvalho... perf top: Fix symbol annotation
2009-10-20 Arnaldo Carvalho... perf annotate: Remove requirement of passing a symbol...
2009-10-20 Arnaldo Carvalho... perf annotate: Use the sym_priv_size area for the histogram
2009-10-20 Arnaldo Carvalho... perf tools: Add ->unmap_ip operation to struct map
2009-10-20 Arjan van de Venperf timechart: Add a process filter
2009-10-20 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2009-10-20 Arjan van de Venperf timechart: Improve the visual appearance of schedu...
2009-10-20 Arjan van de Venperf timechart: Fix the wakeup-arrows that point to...
2009-10-20 Arnaldo Carvalho... perf tools: Add bunch of missing headers to LIB_H
2009-10-20 Arnaldo Carvalho... perf tools: Add missing tools/perf/util/include/string.h
2009-10-19 Ingo Molnarperf stat: Count branches first
2009-10-19 Ingo Molnarperf stat: Re-align the default_attrs[] array
2009-10-19 Tim Blechmannperf stat: Add branch performance events to default...
2009-10-19 Randy Dunlapperf tools: Display better error messages on missing...
2009-10-19 Tim Blechmannperf top: Fix --delay_secs 0 division by zero
2009-10-19 Frederic Weisbeckerperf tools: Use DECLARE_BITMAP instead of an open-coded...
2009-10-19 Frederic Weisbeckerperf tools: Introduce bitmask'ed additional headers
2009-10-19 Frederic Weisbeckerperf tools: Use kernel bitmap library
2009-10-19 Anton Blanchardperf stat: Add branch performance metric
2009-10-17 Ingo MolnarMerge commit 'v2.6.32-rc5' into perf/probes
2009-10-17 Masami Hiramatsuperf: Add perf-probe document
2009-10-17 Masami Hiramatsuperf: Add DIE_IF() macro for error checking
2009-10-17 Masami Hiramatsuperf: Use eprintf() for debug messages in perf-probe
2009-10-17 Masami Hiramatsuperf: Use die() for error cases in perf-probe
2009-10-17 Masami Hiramatsuperf: Check libdwarf APIs for perf probe
2009-10-17 Julia Lawallperf tools: Move dereference after NULL test
2009-10-16 Ingo Molnarperf tools: Bump version to 0.0.2
2009-10-15 Li Zefanperf trace: Add filter Suppport
2009-10-15 Steven Rostedtperf tools: Remove all char * typecasts and use const...
2009-10-15 Steven Rostedtperf tools: Handle - and + in parsing trace print format
2009-10-15 Steven Rostedtperf tools: Add latency format to trace output
2009-10-15 Steven Rostedtperf tools: Handle both versions of ftrace output
2009-10-15 Steven Rostedtperf tools: Fix bprintk reading in trace output
2009-10-15 Steven Rostedtperf tools: Still continue on failed parsing of an...
2009-10-15 Steven Rostedtperf tools: Handle the case with and without the "signe...
2009-10-15 Steven Rostedtperf tools: Handle newlines in trace parsing better
2009-10-15 Steven Rostedtperf tools: Handle * as typecast in trace parsing
2009-10-15 Steven Rostedtperf tools: Handle arrays in print fields for trace...
2009-10-15 Steven Rostedtperf tools: Handle trace parsing of < and >
2009-10-15 Steven Rostedtperf tools: Fix backslash processing on trace print...
2009-10-15 Steven Rostedtperf tools: Handle print concatenations in event format...
2009-10-15 Ingo MolnarMerge branch 'linus' into perf/core
2009-10-13 Arnaldo Carvalho... perf tools: Move threads & last_match to threads.c
2009-10-13 Mike Galbraithperf tools: Remove expensive old debug code from perf top
2009-10-13 Vincent Legollperf tools: Do not manually count string lengths
2009-10-12 Masami Hiramatsuperf probe: Add perf probe command support without...
2009-10-12 Masami Hiramatsuperf: Add perf probe subcommand, a kprobe-event setup...
2009-10-12 Ashwin Chauguleperf tools: Remove static debugfs path from parse-events
2009-10-12 Ingo Molnarperf tools: Fix the NO_64BIT build on pure 64-bit systems
2009-10-12 Mike Galbraithperf sched: Add -C option to measure on a specific CPU
2009-10-12 Mike Galbraithperf tools: Fix counter sample frequency breakage
2009-10-12 Randy Dunlapperf tools: Fix const char type propagation
2009-10-08 Frederic Weisbeckerperf tools: Provide backward compatibility with previou...
2009-10-08 Frederic Weisbeckerperf tools: Fix thread comm resolution in perf sched
2009-10-08 Arnaldo Carvalho... perf tools: Improve kernel/modules symbol lookup
2009-10-08 Arnaldo Carvalho... perf tools: Up the verbose level for some really verbos...
2009-10-08 Frederic Weisbeckerperf tools: Improve thread comm resolution in perf...
2009-10-08 Frederic Weisbeckerperf tools: Unify perf.data mapping and events handling
2009-10-07 Frederic Weisbeckerperf tools: Merge trace.info content into perf.data
2009-10-07 Frederic Weisbeckerperf tools: Start the perf.data mapping at data offset...
2009-10-06 Ingo Molnarperf tools: Default to 1 KHz auto-sampling freq events
2009-10-06 Tom Zanussiperf trace: Add string/dynamic cases to format_flags
2009-10-06 Tom Zanussiperf trace: Add subsystem string to struct event
2009-10-06 Tom Zanussitracing/events: Add 'signed' field to format files
2009-10-06 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2009-10-06 Peter Zijlstraperf_event: Provide vmalloc() based mmap() backing
2009-10-06 Arnaldo Carvalho... perf tools: elf_sym__is_function() should accept "zero...
2009-10-06 Tom Zanussiperf trace: Update eval_flag() flags array to match...
2009-10-06 Tom Zanussiperf trace: Remove unused code in builtin-trace.c
2009-10-05 Arnaldo Carvalho... perf report: Use kernel_maps__find_symbol as fallback...
2009-10-05 Arnaldo Carvalho... perf tools: /proc/modules names don't always match...
2009-10-05 Arnaldo Carvalho... perf tools: Create maps for modules when processing...
2009-10-05 Arnaldo Carvalho... perf top: Keep the default of asking for kernel module...
2009-10-04 Chris Wilsonperf: Propagate term signal to child
2009-10-04 Arnaldo Carvalho... perf tools: Remove show_mask bitmask
2009-10-03 Arnaldo Carvalho... perf tools: Move hist_entry__add common code to hist.c
2009-10-02 Arnaldo Carvalho... perf tools: Rewrite and improve support for kernel...
2009-10-01 Mulyadi Santosaperf tools: Run generate-cmdlist.sh properly
2009-10-01 Arjan van de Venperf timechart: Add a power-only mode
2009-10-01 Arnaldo Carvalho... perf top: Remove dead {min,max}_ip unused variables
2009-09-30 Arnaldo Carvalho... perf trace: Remove dead code
2009-09-30 Arnaldo Carvalho... perf sched: Remove dead code
2009-09-30 Arnaldo Carvalho... perf tools: Use rb_tree for maps
2009-09-30 John Kacurperf tools: Put common histogram functions in their...
2009-09-30 Arnaldo Carvalho... perf top: Add poll_idle to the skip list
2009-09-24 John Kacurperf tools: Create util/sort.and use it
2009-09-24 John Kacurperf tools: Protect header files with a consistent...
2009-09-24 John Kacurperf annotate: Add the cmp_null function and make use...
2009-09-24 Eric Dumazetperf tools: Dont use openat()
2009-09-24 Eric Dumazetperf tools: Fix buffer allocation
2009-09-24 Kirill Smelkovperf tools: .gitignore += perf*.html
2009-09-24 Mike Galbraithperf tools: Handle relative paths while loading module...
next