hw-breakpoints: Separate constraint space for data and instruction breakpoints
[safe/jmp/linux-2.6] / tools /
2010-05-01 Frederic Weisbeckerperf: Fix warning while reading ring buffer headers
2010-04-30 Frederic Weisbeckerperf: Remove leftover useless options to record trace...
2010-04-29 Arnaldo Carvalho... perf test: Initial regression testing command
2010-04-29 Arnaldo Carvalho... perf symbols: Add machine helper routines
2010-04-28 Arnaldo Carvalho... perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directory
2010-04-28 Arnaldo Carvalho... perf machines: Make the machines class adopt the dsos__...
2010-04-28 Arnaldo Carvalho... perf machine: Adopt some map_groups functions
2010-04-28 Arnaldo Carvalho... perf machine: Pass buffer size to machine__mmap_name
2010-04-28 Arnaldo Carvalho... perf tools: Rename "kernel_info" to "machine"
2010-04-27 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-04-26 Stefan Hajnocziperf tools: Fix libdw-dev package name in error message
2010-04-26 Masami Hiramatsuperf probe: Add --max-probes option
2010-04-26 Masami Hiramatsuperf probe: Fix to exit callback soon after finding...
2010-04-26 Masami Hiramatsuperf probe: Fix to use symtab only if no debuginfo
2010-04-26 Masami Hiramatsuperf tools: Initialize dso->node member in dso__new
2010-04-24 William Cohenperf: Some perf-kvm documentation edits
2010-04-24 Frederic Weisbeckerperf: Add a perf trace option to check samples ordering...
2010-04-24 Frederic Weisbeckerperf: Use generic sample reordering in perf timechart
2010-04-24 Frederic Weisbeckerperf: Use generic sample reordering in perf trace
2010-04-24 Frederic Weisbeckerperf: Use generic sample reordering in perf kmem
2010-04-24 Frederic Weisbeckerperf: Use generic sample reordering in perf sched
2010-04-24 Frederic Weisbeckerperf: Generalize perf lock's sample event reordering...
2010-04-24 Stephane Eranianperf: Fix initialization bug in parse_single_tracepoint...
2010-04-24 Hitoshi Mitakeperf lock: Fix state machine to recognize lock sequence
2010-04-22 Ian Munsieperf probe: Add PowerPC DWARF register number mappings
2010-04-22 Ian Munsieperf: Move arch specific code into separate arch directory
2010-04-21 Frederic Weisbeckerperf: Fix perf probe build error
2010-04-19 Zhang, Yanminperf: 'perf kvm' tool for monitoring guest performance...
2010-04-15 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-04-15 Ingo MolnarMerge branch 'perf/live' into perf/core
2010-04-15 Frederic Weisbeckerperf: Make the trace events sample period default to 1
2010-04-15 Frederic Weisbeckerperf: Always record tracepoints raw samples from perf...
2010-04-15 Frederic Weisbeckerperf: Make -f the default for perf record
2010-04-14 Thomas Gleixnerperf: Fix dynamic field detection
2010-04-14 Masami Hiramatsuperf probe: Show function entry line as probe-able
2010-04-14 Masami Hiramatsuperf probe: Support DW_OP_plus_uconst in DW_AT_data_mem...
2010-04-14 Masami Hiramatsuperf probe: Fix line range to show end line
2010-04-14 Masami Hiramatsuperf probe: Fix a bug that --line range can be overflow
2010-04-14 Masami Hiramatsuperf probe: Fix mis-estimation for shortening filename
2010-04-14 Masami Hiramatsuperf probe: Fix to use correct debugfs path finder
2010-04-14 Masami Hiramatsuperf probe: Remove xstrdup()/xstrndup() from util/probe...
2010-04-14 Masami Hiramatsuperf probe: Remove xzalloc() from util/probe-{event...
2010-04-14 Masami Hiramatsuperf probe: Remove die() from probe-event code
2010-04-14 Masami Hiramatsuperf probe: Remove die() from probe-finder code
2010-04-14 Masami Hiramatsuperf probe: Support DW_OP_call_frame_cfa in debuginfo
2010-04-14 Masami Hiramatsuperf probe: Support basic type casting
2010-04-14 Masami Hiramatsuperf probe: Query basic types from debuginfo
2010-04-14 Masami Hiramatsuperf probe: Use the last field name as the argument...
2010-04-14 Masami Hiramatsuperf probe: Support argument name
2010-04-14 Frederic Weisbeckerperf tools: Fix accidentally preprocessed snprintf...
2010-04-14 Tom Zanussiperf trace: Invoke live mode automatically if record...
2010-04-14 Tom Zanussiperf trace/scripting: Enable scripting shell scripts...
2010-04-14 Tom Zanussiperf trace/scripting: Add rwtop and sctop scripts
2010-04-14 Tom Zanussiperf: Convert perf header build_ids into build_id events
2010-04-14 Tom Zanussiperf: Convert perf tracing data into a tracing_data...
2010-04-14 Tom Zanussiperf: Convert perf event types into event type events
2010-04-14 Tom Zanussiperf: Convert perf header attrs into attr events
2010-04-14 Tom Zanussiperf trace: Introduce special handling for pipe input
2010-04-14 Tom Zanussiperf report: Introduce special handling for pipe input
2010-04-14 Tom Zanussiperf record: Introduce special handling for pipe output
2010-04-14 Tom Zanussiperf: Add pipe-specific header read/write and event...
2010-04-14 Ian Munsieperf: Fix endianness argument compatibility with OPT_BO...
2010-04-09 Arnaldo Carvalho... perf tools: Fix perl support installation when O= is...
2010-04-08 Arnaldo Carvalho... perf trace: Ignore "overwrite" field if present in...
2010-04-08 Randy Dunlapperf: cleanup some Documentation
2010-04-08 Randy Dunlapperf bench: fix spello
2010-04-08 Arnaldo Carvalho... perf tools: Reorganize some structs to save space
2010-04-08 Arnaldo Carvalho... perf TUI: Move "Yes" button to before "No"
2010-04-08 Arnaldo Carvalho... perf TUI: Show filters on the title and add help line...
2010-04-06 Arnaldo Carvalho... perf kmem: Fix breakage introduced by 5a0e3ad slab...
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-04 Hitoshi Mitakeperf: Swap inclusion order of util.h and string.h in...
2010-04-04 Arnaldo Carvalho... perf TUI: Add a "Zoom into COMM(PID) thread" and revers...
2010-04-04 Arnaldo Carvalho... perf newt: Add a "Zoom into foo.so DSO" and reverse...
2010-04-03 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-04-03 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-04-03 Arnaldo Carvalho... perf newt: Pass the input_name to perf_session__browse_...
2010-04-03 Arnaldo Carvalho... perf newt: Move the hist browser population bits to...
2010-04-03 Arnaldo Carvalho... perf newt: Remove useless column width calculation
2010-04-03 Anton Blanchardperf symbols: Fill in pgoff in mmap synthesized events
2010-04-03 Arnaldo Carvalho... perf tools: Move the prototypes in util/string.h to...
2010-04-02 Borislav Petkovperf, probe-finder: Build fix on Debian
2010-04-02 Tom Zanussiperf/scripts: Tuple was set from long in both branches...
2010-04-02 Arnaldo Carvalho... perf tools: sort_dimension__add shouldn't die
2010-04-02 Arnaldo Carvalho... perf session: Remove one more exit() call from library...
2010-04-02 Arnaldo Carvalho... perf hist: Only allocate callchain_node if processing...
2010-04-02 Arnaldo Carvalho... perf kmem: Fixup the symbol address before using it
2010-04-02 Arnaldo Carvalho... perf kmem: Resolve kernel symbols again
2010-04-02 Arnaldo Carvalho... perf hist: Replace ->print() routines by ->snprintf...
2010-04-02 Arnaldo Carvalho... perf record: Add a fallback to the reference relocation...
2010-04-02 Arnaldo Carvalho... perf tools: Allow specifying O= to build files in a...
2010-04-02 Arnaldo Carvalho... perf tools: Use -o $(BITBUCKET) in one more case
2010-04-02 Arnaldo Carvalho... perf report: Add progress bars
2010-04-02 Arnaldo Carvalho... perf symbols: map_groups__find_symbol must return the...
2010-04-02 Arnaldo Carvalho... perf symbols: Move more map_groups methods to map.c
2010-04-02 Masami Hiramatsuperf probe: Fix to close dwarf when failing to analyze it
2010-04-02 Masami Hiramatsuperf probe: Correct error message for non-structure...
2010-04-02 Masami Hiramatsuperf probe: Fix not to return non-matched file
2010-04-02 Masami Hiramatsuperf probe: Fix --line syntax help and document
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
next