summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-12perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu1-31/+13
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu4-27/+144
2011-08-12perf probe: Warn when more than one line are givenMasami Hiramatsu1-3/+11
2011-08-12perf probe: Fix to walk all inline instancesMasami Hiramatsu1-1/+7
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu2-12/+82
2011-08-12perf probe: Fix line walker to check CU correctlyMasami Hiramatsu1-3/+3
2011-08-12perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu1-3/+2
2011-08-12perf: fix temporary file ownership checkVasiliy Kulikov1-1/+1
2011-08-11perf report: Use properly build_id kernel binariesJiri Olsa3-27/+42
2011-08-10perf top browser: Remove spurious helpline updateArnaldo Carvalho de Melo1-1/+0
2011-08-09perf symbols: Check '/tmp/perf-' symbol file ownershipPekka Enberg1-0/+11
2011-08-09perf sched: Usage leftover from trace -> script renameJiri Olsa1-1/+1
2011-08-09perf sched: Do not delete session object prematurelyJiri Olsa1-7/+15
2011-08-09perf tools: Check $HOME/.perfconfig ownershipArnaldo Carvalho de Melo1-4/+23
2011-08-08perf tools: Add support to install perf python extensionJiri Olsa2-7/+33
2011-08-08perf tools: do not look at ./config for configurationJonathan Nieder1-7/+0
2011-08-08perf tools: Make clean leaves some filesKusanagi Kouichi1-1/+1
2011-08-08perf lock: Dropping unsupported ':r' modifierZhu Yanhai1-4/+4
2011-08-08perf probe: Fix coredump introduced by probe module optionJovi Zhang1-4/+8
2011-08-03perf report: Use ui__warning in some more placesArnaldo Carvalho de Melo1-8/+7
2011-07-26perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tablesArnaldo Carvalho de Melo1-3/+112
2011-07-25perf evlist: Introduce 'disable' methodArnaldo Carvalho de Melo3-17/+17
2011-07-22perf buildid-cache: Zero out buffer of filenames when adding/removing buildidHan Pingtian1-4/+4
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon1-1/+1
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter5-74/+48
2011-07-21perf: Remove perf_event_attr::type checkLin Ming1-7/+0
2011-07-21x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov2-37/+31
2011-07-21perf tools: Make test use the preset debugfs pathJiri Olsa1-2/+2
2011-07-21perf tools: Add automated tests for events parsingJiri Olsa1-0/+245
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa5-14/+24
2011-07-21perf script: Fix display of IP address for non-callchain pathDavid Ahern1-1/+1
2011-07-21perf tools: Fix endian conversion reading event attr from file headerDavid Ahern3-13/+23
2011-07-21perf tools: Add missing 'node' alias to the hw_cache[] arrayJiri Olsa1-5/+8
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar26-1003/+1663
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar7-38/+148
2011-07-16perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu3-12/+49
2011-07-16perf probe: Add probed module in front of functionMasami Hiramatsu2-9/+39
2011-07-16perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu3-136/+182
2011-07-16perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu5-523/+768
2011-07-16perf probe: Remove redundant dwarf functionsMasami Hiramatsu1-37/+13
2011-07-16perf probe: Move strtailcmp to string.cMasami Hiramatsu3-15/+20
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu1-6/+6
2011-07-15tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu1-1/+36
2011-07-15tracing/kprobes: Support module init function probingMasami Hiramatsu2-30/+143
2011-07-15kprobes: Return -ENOENT if probe point doesn't existMasami Hiramatsu1-10/+23
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu1-56/+36
2011-07-15ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2011-07-15tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu1-21/+22
2011-07-15perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov4-38/+139
2011-07-15tracing: Have dynamic size event stack tracesSteven Rostedt4-19/+88