aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21perf: Fix perf probe build errorFrederic Weisbecker1-1/+1
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin16-292/+1049
2010-04-15Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar7-527/+1240
2010-04-15Merge branch 'perf/live' into perf/coreIngo Molnar8-81/+672
2010-04-15perf: Make the trace events sample period default to 1Frederic Weisbecker1-0/+2
2010-04-15perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker1-10/+4
2010-04-15perf: Fix dynamic field detectionThomas Gleixner1-1/+1
2010-04-14perf probe: Show function entry line as probe-ableMasami Hiramatsu1-11/+63
2010-04-14perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu1-5/+32
2010-04-14perf probe: Fix line range to show end lineMasami Hiramatsu1-3/+9
2010-04-14perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu3-24/+24
2010-04-14perf probe: Fix mis-estimation for shortening filenameMasami Hiramatsu1-2/+2
2010-04-14perf probe: Fix to use correct debugfs path finderMasami Hiramatsu1-2/+10
2010-04-14perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2-61/+156
2010-04-14perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2-25/+69
2010-04-14perf probe: Remove die() from probe-event codeMasami Hiramatsu2-207/+432
2010-04-14perf probe: Remove die() from probe-finder codeMasami Hiramatsu2-199/+322
2010-04-14perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2-3/+12
2010-04-14perf probe: Support basic type castingMasami Hiramatsu3-3/+31
2010-04-14perf probe: Query basic types from debuginfoMasami Hiramatsu3-8/+80
2010-04-14perf probe: Use the last field name as the argument nameMasami Hiramatsu1-0/+4
2010-04-14perf probe: Support argument nameMasami Hiramatsu3-21/+41
2010-04-14perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker3-41/+41
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi5-1/+107
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi8-46/+152
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi5-8/+92
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi5-2/+124
2010-04-14perf: Add pipe-specific header read/write and event processing codeTom Zanussi5-28/+201
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie6-5/+15
2010-04-08perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo1-15/+34
2010-04-08perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo4-6/+6
2010-04-08perf TUI: Move "Yes" button to before "No"Arnaldo Carvalho de Melo1-1/+1
2010-04-08perf TUI: Show filters on the title and add help line about how to zoom outArnaldo Carvalho de Melo1-28/+68
2010-04-04perf: Swap inclusion order of util.h and string.h in util/string.cHitoshi Mitake1-1/+1
2010-04-03perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operationsArnaldo Carvalho de Melo2-10/+81
2010-04-03perf newt: Add a "Zoom into foo.so DSO" and reverse operationsArnaldo Carvalho de Melo2-32/+90
2010-04-03Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+12
2010-04-03Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar17-414/+614
2010-04-03perf newt: Pass the input_name to perf_session__browse_histsArnaldo Carvalho de Melo2-7/+12
2010-04-03perf newt: Move the hist browser population bits to separare functionArnaldo Carvalho de Melo1-45/+84
2010-04-03perf newt: Remove useless column width calculationArnaldo Carvalho de Melo1-20/+0
2010-04-03perf symbols: Fill in pgoff in mmap synthesized eventsAnton Blanchard1-0/+9
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo2-16/+12
2010-04-02perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi1-5/+12
2010-04-02perf tools: sort_dimension__add shouldn't dieArnaldo Carvalho de Melo1-3/+2
2010-04-02perf session: Remove one more exit() call from library codeArnaldo Carvalho de Melo1-8/+3
2010-04-02perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo2-3/+4
2010-04-02perf kmem: Resolve kernel symbols againArnaldo Carvalho de Melo2-5/+5
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo7-114/+149
2010-04-02perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo1-1/+5