perf probe: Finder fails to resolve function name to address
[linux-flexiantxendom0-3.2.10.git] / tools / perf / util / probe-finder.c
2012-03-28 Prashanth Nageshappaperf probe: Finder fails to resolve function name to...
2012-03-05 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2012-02-29 Prashanth Nageshappaperf probe: Ensure offset provided is not greater than...
2012-01-30 Namhyung Kimperf tools: Remove unnecessary ctype.h inclusion
2011-09-23 Masami Hiramatsuperf probe: Fix regression of variable finder
2011-08-12 Masami Hiramatsuperf probe: Search concrete out-of-line instances
2011-08-12 Masami Hiramatsuperf probe: Avoid searching variables in intermediate...
2011-08-12 Masami Hiramatsuperf probe: Fix to search local variables in appropriat...
2011-08-12 Masami Hiramatsuperf probe: Fix to walk all inline instances
2011-08-12 Masami Hiramatsuperf probe: Fix a memory leak for scopes array
2011-07-15 Masami Hiramatsuperf probe: Introduce debuginfo to encapsulate dwarf...
2011-07-15 Masami Hiramatsuperf-probe: Move dwarf library routines to dwarf-aux...
2011-07-15 Masami Hiramatsuperf probe: Remove redundant dwarf functions
2011-07-15 Masami Hiramatsuperf probe: Move strtailcmp to string.c
2011-07-15 Masami Hiramatsuperf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END
2011-05-10 Lin Mingperf probe: Fix the missed parameter initialization
2011-04-19 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2011-04-05 Masami Hiramatsuperf probe: Fix listing incorrect line number with...
2011-04-05 Masami Hiramatsuperf probe: Fix to find recursively inlined function
2011-04-05 Masami Hiramatsuperf probe: Fix to remove redundant close
2011-04-05 Masami Hiramatsuperf probe: Fix to ensure function declared file
2011-03-29 Lin Mingperf probe: Add fastpath to do lookup by function name
2011-03-15 Ingo Molnarperf probe: Clean up probe_point_lazy_walker() return...
2011-02-22 Arnaldo Carvalho... perf probe: Remove redundant checks
2011-02-22 Arnaldo Carvalho... perf probe: Fix error propagation leading to segfault
2011-02-07 Masami Hiramatsuperf probe: Add bitfield member support
2011-02-07 Franck Bui-Huuperf probe: Rewrite find_lazy_match_lines() by using...
2011-01-24 Masami Hiramatsuperf probe: Enable to put probe inline function call...
2011-01-24 Masami Hiramatsuperf probe: Introduce lines walker interface
2011-01-04 Ingo MolnarMerge commit 'v2.6.37-rc8' into perf/core
2010-12-21 Masami Hiramatsuperf probe: Fix to support libdwfl older than 0.148
2010-12-21 Masami Hiramatsuperf probe: Cleanup messages
2010-10-23 Arnaldo Carvalho... perf probe: Fix format specified for Dwarf_Off parameter
2010-10-21 Masami Hiramatsuperf probe: Add basic module support
2010-10-21 Masami Hiramatsuperf probe: Show accessible global variables
2010-10-21 Masami Hiramatsuperf probe: Show accessible local variables
2010-10-21 Masami Hiramatsuperf probe: Support global variables
2010-10-21 Masami Hiramatsuperf probe: Fix local variable searching loop
2010-10-21 Masami Hiramatsuperf probe: Fix type searching
2010-09-08 Masami Hiramatsuperf probe: Fix handling of arguments names
2010-09-08 Masami Hiramatsuperf probe: Fix return probe support
2010-08-06 Masami Hiramatsuperf probe: Fix to copy the type for raw parameters
2010-08-05 Andrea Gelminiperf probe: Remove duplicated #include
2010-07-30 Srikar Dronamrajuperf probe: Rename common fields/functions from kprobe...
2010-07-16 Masami Hiramatsuperf probe: Fix the logic of die_compare_name
2010-07-16 Masami Hiramatsuperf probe: Support comp_dir to find an absolute source...
2010-07-16 Masami Hiramatsuperf probe: Fix error message if get_real_path() failed
2010-07-05 Masami Hiramatsuperf probe: Support static and global variables
2010-07-05 Masami Hiramatsuperf probe: Support tracing an entry of array
2010-07-05 Masami Hiramatsuperf probe: Support "string" type
2010-06-17 Chase Douglasperf probe: Add kernel source path option
2010-05-19 Arnaldo Carvalho... perf probe: Fix some error exit paths
2010-05-18 Masami Hiramatsuperf probe: Don't compile CFI related code if elfutils...
2010-04-26 Masami Hiramatsuperf probe: Add --max-probes option
2010-04-26 Masami Hiramatsuperf probe: Fix to exit callback soon after finding...
2010-04-22 Ian Munsieperf: Move arch specific code into separate arch directory
2010-04-14 Masami Hiramatsuperf probe: Show function entry line as probe-able
2010-04-14 Masami Hiramatsuperf probe: Support DW_OP_plus_uconst in DW_AT_data_mem...
2010-04-14 Masami Hiramatsuperf probe: Fix a bug that --line range can be overflow
2010-04-14 Masami Hiramatsuperf probe: Remove xstrdup()/xstrndup() from util/probe...
2010-04-14 Masami Hiramatsuperf probe: Remove xzalloc() from util/probe-{event...
2010-04-14 Masami Hiramatsuperf probe: Remove die() from probe-finder code
2010-04-14 Masami Hiramatsuperf probe: Support DW_OP_call_frame_cfa in debuginfo
2010-04-14 Masami Hiramatsuperf probe: Support basic type casting
2010-04-14 Masami Hiramatsuperf probe: Query basic types from debuginfo
2010-04-14 Masami Hiramatsuperf probe: Support argument name
2010-04-02 Masami Hiramatsuperf probe: Fix to close dwarf when failing to analyze it
2010-04-02 Masami Hiramatsuperf probe: Correct error message for non-structure...
2010-04-02 Masami Hiramatsuperf probe: Fix not to return non-matched file
2010-03-17 Masami Hiramatsuperf probe: Add data structure member access support
2010-03-17 Masami Hiramatsuperf probe: List probes with line number and file name
2010-03-17 Masami Hiramatsuperf probe: Introduce kprobe_trace_event and perf_probe...
2010-03-17 Masami Hiramatsuperf probe: Introduce die_find_child() function
2010-03-17 Masami Hiramatsuperf probe: Rename some die_get_* functions
2010-03-17 Masami Hiramatsuperf probe: Use wrapper functions
2010-03-16 Masami Hiramatsuperf probe: Use original address instead of CU-based...
2010-03-16 Masami Hiramatsuperf probe: Fix offset to allow signed value
2010-03-13 Masami Hiramatsuperf probe: Fix probe_point buffer overrun
2010-03-10 Arnaldo Carvalho... perf probe: Add missing variable initialization
2010-02-25 Masami Hiramatsuperf probe: Add lazy line matching support
2010-02-25 Masami Hiramatsuperf probe: Check function address range strictly in...
2010-02-25 Masami Hiramatsuperf probe: Use libdw callback routines
2010-02-25 Masami Hiramatsuperf probe: Use elfutils-libdw for analyzing debuginfo
2010-02-25 Masami Hiramatsuperf probe: Rename probe finder functions
2010-02-25 Masami Hiramatsuperf probe: Fix bugs in line range finder
2010-01-13 Masami Hiramatsuperf probe: Support --line option to show probable...
2010-01-13 Masami Hiramatsuperf probe: Remove newline from die()
2009-12-15 Masami Hiramatsuperf probe: Show need-dwarf message only if it is reall...
2009-12-07 Juha Leppanenperf probe: Fix strtailcmp() to compare s1and s2[0]
2009-11-04 Masami Hiramatsuperf/probes: Fall back to non-dwarf if possible
2009-11-04 Masami Hiramatsuperf/probes: Improve error messages
2009-10-29 Masami Hiramatsuperf/probes: Support function entry relative line number
2009-10-29 Masami Hiramatsuperf/probes: Improve probe point syntax of perf-probe
2009-10-29 Masami Hiramatsuperf/probes: Exit searching after finding target function
2009-10-23 Arnaldo Carvalho... perf probe: Print debug messages using pr_*()
2009-10-17 Masami Hiramatsuperf: Add DIE_IF() macro for error checking
2009-10-17 Masami Hiramatsuperf: Use eprintf() for debug messages in perf-probe
2009-10-17 Masami Hiramatsuperf: Use die() for error cases in perf-probe
2009-10-12 Masami Hiramatsuperf: Add perf probe subcommand, a kprobe-event setup...