mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / tools / perf / util /
2010-05-18 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-05-17 Arnaldo Carvalho... perf symbols: symbol inconsistency message should be...
2010-05-17 Arnaldo Carvalho... perf options: Type check all the remaining OPT_ variants
2010-05-17 Arnaldo Carvalho... perf options: Type check OPT_BOOLEAN and fix the offenders
2010-05-17 Arnaldo Carvalho... perf options: Check v type in OPT_U?INTEGER
2010-05-17 Arnaldo Carvalho... perf options: Introduce OPT_UINTEGER
2010-05-17 Arnaldo Carvalho... perf tui: Add workaround for slang < 2.1.4
2010-05-17 Arnaldo Carvalho... perf options: Introduce OPT_U64
2010-05-17 Arnaldo Carvalho... perf tui: Add help window to show key associations
2010-05-16 Arnaldo Carvalho... perf tui: Make <- exit menus too
2010-05-16 Arnaldo Carvalho... perf newt: Add single key shortcuts for zoom into DSO...
2010-05-16 Arnaldo Carvalho... perf newt: Exit browser unconditionally when CTRL+C...
2010-05-15 Arnaldo Carvalho... perf newt: Fix the 'A'/'a' shortcut for annotate
2010-05-15 Arnaldo Carvalho... perf newt: Make <- exit the ui_browser
2010-05-14 Arnaldo Carvalho... perf newt: Make <- zoom out filters
2010-05-14 Arnaldo Carvalho... perf report: Report number of events, not samples
2010-05-14 Arnaldo Carvalho... perf hist: Clarify events_stats fields usage
2010-05-14 Arnaldo Carvalho... perf hist: Make event__totals per hists
2010-05-13 Frederic Weisbeckerperf hist: Fix missing getline declaration
2010-05-13 Frederic Weisbeckerperf hist: Fix hists__browse no-newt case
2010-05-12 Arnaldo Carvalho... perf report: Librarize the annotation code and use...
2010-05-11 Arnaldo Carvalho... perf ui: Add ui_helpline methods
2010-05-11 Arnaldo Carvalho... perf hist: Adopt filter by dso and by thread methods...
2010-05-11 Frederic Weisbeckerperf: Fix static strings treated like dynamic ones
2010-05-10 Tom Zanussiperf/trace/scripting: don't show script start/stop...
2010-05-10 Arnaldo Carvalho... perf hist: Calculate max_sym name len and nr_entries
2010-05-10 Arnaldo Carvalho... perf hist: Introduce hists class and move lots of metho...
2010-05-10 Arnaldo Carvalho... perf session: create_kernel_maps should use ->host_machine
2010-05-10 Arnaldo Carvalho... perf callchains: Use zalloc to allocate objects
2010-05-10 Arnaldo Carvalho... perf newt: Use newtAddComponent()
2010-05-10 Ingo MolnarMerge branch 'perf/test' of git://git./linux/kernel...
2010-05-10 Arnaldo Carvalho... perf report: Allow limiting the number of entries to...
2010-05-10 Arnaldo Carvalho... perf session: Embed the host machine data on perf_session
2010-05-10 Arnaldo Carvalho... perf symbols: Check if a struct machine instance was...
2010-05-09 Arnaldo Carvalho... perf symbols: Consider unresolved DSOs in the dso__col_...
2010-05-09 Arnaldo Carvalho... perf hist: Simplify the insertion of new hist_entry...
2010-05-09 Arnaldo Carvalho... perf callchain: Move validate_callchain to callchain lib
2010-05-09 Tom Zanussiperf/live-mode: Handle payload-less events
2010-05-09 Frederic Weisbeckerperf: Provide a new deterministic events reordering...
2010-05-09 Frederic Weisbeckerperf: Introduce a new "round of buffers read" pseudo...
2010-05-08 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-05-07 Arnaldo Carvalho... perf list: Improve the raw hw event descriptor document...
2010-05-07 Peter Zijlstraperf, x86: Improve the PEBS ABI
2010-05-05 Arnaldo Carvalho... perf list: Add explanation about raw hardware event...
2010-05-05 Tom Zanussiperf/record: simplify TRACE_INFO tracepoint check
2010-05-05 Arnaldo Carvalho... perf report: Make dso__calc_col_width agree with hist_e...
2010-05-04 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-05-04 Anton Blanchardperf: Fix performance issue with perf report
2010-05-03 Tom Zanussiperf: record TRACE_INFO only if using tracepoints and...
2010-05-03 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2010-05-02 Tom Zanussiperf: add perf-inject builtin
2010-05-02 Tom Zanussiperf/live: don't synthesize build ids at the end of...
2010-05-02 Arnaldo Carvalho... perf tools: Don't use code surrounded by __KERNEL__
2010-05-01 Frederic Weisbeckerperf: Fix warning while reading ring buffer headers
2010-04-29 Arnaldo Carvalho... perf symbols: Add machine helper routines
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 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 Frederic Weisbeckerperf: Generalize perf lock's sample event reordering...
2010-04-24 Stephane Eranianperf: Fix initialization bug in parse_single_tracepoint...
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-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: 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: Add pipe-specific header read/write and event...
2010-04-14 Ian Munsieperf: Fix endianness argument compatibility with OPT_BO...
2010-04-08 Arnaldo Carvalho... perf trace: Ignore "overwrite" field if present in...
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...
next