summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix to copy the type for raw parametersMasami Hiramatsu2010-08-061-2/+6
* perf probe: Remove duplicated #includeAndrea Gelmini2010-08-051-1/+0
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-301-17/+17
* perf probe: Fix the logic of die_compare_nameMasami Hiramatsu2010-07-161-7/+7
* perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu2010-07-161-0/+21
* perf probe: Fix error message if get_real_path() failedMasami Hiramatsu2010-07-161-56/+5
* perf probe: Support static and global variablesMasami Hiramatsu2010-07-051-24/+61
* perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-051-6/+42
* perf probe: Support "string" typeMasami Hiramatsu2010-07-051-11/+48
* perf probe: Add kernel source path optionChase Douglas2010-06-171-3/+55
* perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-181-10/+19
* perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-171-0/+4
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-261-5/+6
* perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu2010-04-261-0/+4
* perf: Move arch specific code into separate arch directoryIan Munsie2010-04-221-53/+2
* perf probe: Show function entry line as probe-ableMasami Hiramatsu2010-04-141-11/+63
* perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu2010-04-141-5/+32
* perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-141-10/+9
* perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-141-15/+43
* perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-141-7/+18
* perf probe: Remove die() from probe-finder codeMasami Hiramatsu2010-04-141-197/+320
* perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2010-04-141-3/+11
* perf probe: Support basic type castingMasami Hiramatsu2010-04-141-2/+8
* perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-141-8/+70
* perf probe: Support argument nameMasami Hiramatsu2010-04-141-11/+16
* perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu2010-04-021-2/+4
* perf probe: Correct error message for non-structure typeMasami Hiramatsu2010-04-021-4/+8
* perf probe: Fix not to return non-matched fileMasami Hiramatsu2010-04-021-0/+2
* perf probe: Add data structure member access supportMasami Hiramatsu2010-03-171-1/+104
* perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-171-0/+70
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-171-77/+63
* perf probe: Introduce die_find_child() functionMasami Hiramatsu2010-03-171-56/+80
* perf probe: Rename some die_get_* functionsMasami Hiramatsu2010-03-171-8/+8
* perf probe: Use wrapper functionsMasami Hiramatsu2010-03-171-8/+6
* perf probe: Use original address instead of CU-based addressMasami Hiramatsu2010-03-161-9/+2
* perf probe: Fix offset to allow signed valueMasami Hiramatsu2010-03-161-2/+2
* perf probe: Fix probe_point buffer overrunMasami Hiramatsu2010-03-131-0/+3
* perf probe: Add missing variable initializationArnaldo Carvalho de Melo2010-03-101-1/+1
* perf probe: Add lazy line matching supportMasami Hiramatsu2010-02-251-60/+189
* perf probe: Check function address range strictly in line finderMasami Hiramatsu2010-02-251-21/+53
* perf probe: Use libdw callback routinesMasami Hiramatsu2010-02-251-176/+86
* perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu2010-02-251-422/+274
* perf probe: Rename probe finder functionsMasami Hiramatsu2010-02-251-6/+6
* perf probe: Fix bugs in line range finderMasami Hiramatsu2010-02-251-2/+1
* perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-131-5/+186
* perf probe: Remove newline from die()Masami Hiramatsu2010-01-131-6/+6
* perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu2009-12-151-3/+1
* perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen2009-12-071-1/+1
* perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu2009-11-041-2/+4
* perf/probes: Improve error messagesMasami Hiramatsu2009-11-041-1/+1
OpenPOWER on IntegriCloud