index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
dwarf-aux.c
Age
Commit message (
Expand
)
Author
2020-01-04
perf probe: Fix to show function entry line as probe-able
Masami Hiramatsu
2020-01-04
perf probe: Filter out instances except for inlined subroutine and subprogram
Masami Hiramatsu
2020-01-04
perf probe: Skip end-of-sequence and non statement lines
Masami Hiramatsu
2020-01-04
perf probe: Fix to show calling lines of inlined functions
Masami Hiramatsu
2020-01-04
perf probe: Fix to show inlined function callsite without entry_pc
Masami Hiramatsu
2020-01-04
perf probe: Fix to show ranges of variables in functions without entry_pc
Masami Hiramatsu
2020-01-04
perf probe: Walk function lines in lexical blocks
Masami Hiramatsu
2020-01-04
perf probe: Fix to find range-only function instance
Masami Hiramatsu
2016-09-29
perf probe: Match linkage name with mangled name
Masami Hiramatsu
2016-09-01
perf probe: Move dwarf specific functions to dwarf-aux.c
Ravi Bangoria
2016-05-10
perf probe: Check the return value of strbuf APIs
Masami Hiramatsu
2016-04-06
perf probe: Check if dwarf_getlocations() is available
Arnaldo Carvalho de Melo
2016-03-23
perf probe: No need to use formatting strbuf method
Arnaldo Carvalho de Melo
2015-08-13
perf probe: Fix to add missed brace around if block
Masami Hiramatsu
2015-08-12
perf probe: Fix to show lines of sys_ functions correctly
Masami Hiramatsu
2015-05-15
perf tools: Fix dwarf-aux.c compilation on i386
Jiri Olsa
2015-05-14
perf probe: Ignore tail calls to probed functions
Naveen N. Rao
2015-05-12
perf probe: Add --range option to show a variable's location range
He Kuang
2015-05-12
perf probe: Remove length limitation for showing available variables
He Kuang
2015-05-08
perf probe: Support glob wildcards for function name
Masami Hiramatsu
2015-04-02
perf probe: Fix to track down unnamed union/structure members
Masami Hiramatsu
2015-02-06
perf probe: Fix to handle optimized not-inlined functions
Masami Hiramatsu
2014-06-04
perf probe: Fix perf probe to find correct variable DIE
Masami Hiramatsu
2013-10-04
perf probe: Fix to find line information for probe list
Masami Hiramatsu
2013-09-19
perf probe: Fix finder to find lines of given function
Masami Hiramatsu
2012-09-27
perf probe: Print an enum type variable in "enum variable-name" format when s...
Hyeoncheol Lee
2011-08-12
perf probe: Filter out redundant inline-instances
Masami Hiramatsu
2011-08-12
perf probe: Search concrete out-of-line instances
Masami Hiramatsu
2011-08-12
perf probe: Fix to search local variables in appropriate scope
Masami Hiramatsu
2011-08-12
perf probe: Fix to search nested inlined functions in CU
Masami Hiramatsu
2011-08-12
perf probe: Fix line walker to check CU correctly
Masami Hiramatsu
2011-07-15
perf-probe: Move dwarf library routines to dwarf-aux.{c, h}
Masami Hiramatsu