summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi2-63/+0
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo6-32/+104
2010-05-01perf: Fix warning while reading ring buffer headersFrederic Weisbecker3-95/+7
2010-04-29perf symbols: Add machine helper routinesArnaldo Carvalho de Melo3-24/+85
2010-04-28perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo3-11/+29
2010-04-28perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo7-78/+73
2010-04-28perf machine: Pass buffer size to machine__mmap_nameArnaldo Carvalho de Melo4-11/+11
2010-04-28perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo10-253/+249
2010-04-27Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar5-24/+36
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu4-16/+22
2010-04-26perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu1-0/+4
2010-04-26perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu1-8/+9
2010-04-26perf tools: Initialize dso->node member in dso__newMasami Hiramatsu1-0/+1
2010-04-24perf: Generalize perf lock's sample event reordering to the session layerFrederic Weisbecker2-1/+188
2010-04-24perf: Fix initialization bug in parse_single_tracepoint_event()Stephane Eranian1-6/+7
2010-04-22perf: Move arch specific code into separate arch directoryIan Munsie2-53/+10
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/lin...Ingo 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-15perf probe: Show function entry line as probe-ableMasami Hiramatsu1-11/+63
2010-04-15perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu1-5/+32
2010-04-15perf probe: Fix line range to show end lineMasami Hiramatsu1-3/+9
2010-04-15perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu3-24/+24
2010-04-15perf probe: Fix mis-estimation for shortening filenameMasami Hiramatsu1-2/+2
2010-04-15perf probe: Fix to use correct debugfs path finderMasami Hiramatsu1-2/+10
2010-04-15perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2-61/+156
2010-04-15perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2-25/+69
2010-04-15perf probe: Remove die() from probe-event codeMasami Hiramatsu2-207/+432
2010-04-15perf probe: Remove die() from probe-finder codeMasami Hiramatsu2-199/+322
2010-04-15perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2-3/+12
2010-04-15perf probe: Support basic type castingMasami Hiramatsu3-3/+31
2010-04-15perf probe: Query basic types from debuginfoMasami Hiramatsu3-8/+80
2010-04-15perf probe: Use the last field name as the argument nameMasami Hiramatsu1-0/+4
2010-04-15perf 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 ...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