aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar
2010-12-21perf probe: Fix to support libdwfl older than 0.148Masami Hiramatsu
2010-12-21perf probe: Cleanup messagesMasami Hiramatsu
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo
2010-10-21perf probe: Add basic module supportMasami Hiramatsu
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu
2010-10-21perf probe: Support global variablesMasami Hiramatsu
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu
2010-10-21perf probe: Fix type searchingMasami Hiramatsu
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu
2010-08-06perf probe: Fix to copy the type for raw parametersMasami Hiramatsu
2010-08-05perf probe: Remove duplicated #includeAndrea Gelmini
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju
2010-07-16perf probe: Fix the logic of die_compare_nameMasami Hiramatsu
2010-07-16perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu
2010-07-16perf probe: Fix error message if get_real_path() failedMasami Hiramatsu
2010-07-05perf probe: Support static and global variablesMasami Hiramatsu
2010-07-05perf probe: Support tracing an entry of arrayMasami Hiramatsu
2010-07-05perf probe: Support "string" typeMasami Hiramatsu
2010-06-17perf probe: Add kernel source path optionChase Douglas
2010-05-18perf probe: Fix some error exit pathsArnaldo Carvalho de Melo
2010-05-17perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu
2010-04-26perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu
2010-04-22perf: Move arch specific code into separate arch directoryIan Munsie
2010-04-14perf probe: Show function entry line as probe-ableMasami Hiramatsu
2010-04-14perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu
2010-04-14perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu
2010-04-14perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu
2010-04-14perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu
2010-04-14perf probe: Remove die() from probe-finder codeMasami Hiramatsu
2010-04-14perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu
2010-04-14perf probe: Support basic type castingMasami Hiramatsu
2010-04-14perf probe: Query basic types from debuginfoMasami Hiramatsu
2010-04-14perf probe: Support argument nameMasami Hiramatsu
2010-04-02perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu
2010-04-02perf probe: Correct error message for non-structure typeMasami Hiramatsu
2010-04-02perf probe: Fix not to return non-matched fileMasami Hiramatsu
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu
2010-03-17perf probe: Introduce die_find_child() functionMasami Hiramatsu
2010-03-17perf probe: Rename some die_get_* functionsMasami Hiramatsu
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu
2010-03-16perf probe: Fix offset to allow signed valueMasami Hiramatsu
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu
2010-03-10perf probe: Add missing variable initializationArnaldo Carvalho de Melo