aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAge
* perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-18
* perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-17
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-26
* perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu2010-04-26
* perf: Move arch specific code into separate arch directoryIan Munsie2010-04-21
* perf probe: Show function entry line as probe-ableMasami Hiramatsu2010-04-14
* perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu2010-04-14
* perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-14
* perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-14
* perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-14
* perf probe: Remove die() from probe-finder codeMasami Hiramatsu2010-04-14
* perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2010-04-14
* perf probe: Support basic type castingMasami Hiramatsu2010-04-14
* perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-14
* perf probe: Support argument nameMasami Hiramatsu2010-04-14
* perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu2010-04-02
* perf probe: Correct error message for non-structure typeMasami Hiramatsu2010-04-02
* perf probe: Fix not to return non-matched fileMasami Hiramatsu2010-04-02
* perf probe: Add data structure member access supportMasami Hiramatsu2010-03-17
* perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-17
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-17
* perf probe: Introduce die_find_child() functionMasami Hiramatsu2010-03-17
* perf probe: Rename some die_get_* functionsMasami Hiramatsu2010-03-17
* perf probe: Use wrapper functionsMasami Hiramatsu2010-03-17
* perf probe: Use original address instead of CU-based addressMasami Hiramatsu2010-03-16
* perf probe: Fix offset to allow signed valueMasami Hiramatsu2010-03-16
* perf probe: Fix probe_point buffer overrunMasami Hiramatsu2010-03-13
* perf probe: Add missing variable initializationArnaldo Carvalho de Melo2010-03-10
* perf probe: Add lazy line matching supportMasami Hiramatsu2010-02-25
* perf probe: Check function address range strictly in line finderMasami Hiramatsu2010-02-25
* perf probe: Use libdw callback routinesMasami Hiramatsu2010-02-25
* perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu2010-02-25
* perf probe: Rename probe finder functionsMasami Hiramatsu2010-02-25
* perf probe: Fix bugs in line range finderMasami Hiramatsu2010-02-25
* perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-13
* perf probe: Remove newline from die()Masami Hiramatsu2010-01-13
* perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu2009-12-15
* perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen2009-12-07
* perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu2009-11-04
* perf/probes: Improve error messagesMasami Hiramatsu2009-11-04
* perf/probes: Support function entry relative line numberMasami Hiramatsu2009-10-29
* perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu2009-10-29
* perf/probes: Exit searching after finding target functionMasami Hiramatsu2009-10-29
* perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo2009-10-23
* perf: Add DIE_IF() macro for error checkingMasami Hiramatsu2009-10-17
* perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu2009-10-17
* perf: Use die() for error cases in perf-probeMasami Hiramatsu2009-10-17
* perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu2009-10-12