summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
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
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu
2010-02-25perf probe: Check function address range strictly in line finderMasami Hiramatsu
2010-02-25perf probe: Use libdw callback routinesMasami Hiramatsu
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu
2010-02-25perf probe: Fix bugs in line range finderMasami Hiramatsu
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu
2010-01-13perf probe: Remove newline from die()Masami Hiramatsu
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu
2009-12-07perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu
2009-10-29perf/probes: Exit searching after finding target functionMasami Hiramatsu
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu
2009-10-17perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu
2009-10-17perf: Use die() for error cases in perf-probeMasami Hiramatsu
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu