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
/
probe-event.c
Age
Commit message (
Expand
)
Author
2012-09-24
perf tools: remove sscanf extension %as
Irina Tirdea
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-08
perf probe: Make a copy of exec path for passing to basename
David Ahern
2012-05-31
perf uprobes: Remove unnecessary check before strlist__delete
Srikar Dronamraju
2012-05-11
perf probe: Provide perf interface for uprobes
Srikar Dronamraju
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-02-29
perf probe: Ensure offset provided is not greater than function length withou...
Prashanth Nageshappa
2012-02-17
perf tools: Remove duplicated string.h includes
Danny Kukawka
2012-02-02
perf probe: Rename target_module to target
Srikar Dronamraju
2012-01-30
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
2012-01-24
perf probe: Usability fixes
Srikar Dronamraju
2012-01-24
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
2011-10-10
perf probe: Fix to show correct error string
Masami Hiramatsu
2011-08-08
perf probe: Fix coredump introduced by probe module option
Jovi Zhang
2011-07-15
perf probe: Support adding probes on offline kernel modules
Masami Hiramatsu
2011-07-15
perf probe: Add probed module in front of function
Masami Hiramatsu
2011-07-15
perf probe: Introduce debuginfo to encapsulate dwarf information
Masami Hiramatsu
2011-04-05
perf probe: Fix multiple --vars options behavior
Masami Hiramatsu
2011-04-05
perf probe: Fix to remove redundant close
Masami Hiramatsu
2011-02-22
perf probe: Remove redundant checks
Arnaldo Carvalho de Melo
2011-02-21
perf probe: Fix error propagation leading to segfault
Arnaldo Carvalho de Melo
2011-02-16
perf probe: Show filename which contains target function
Masami Hiramatsu
2011-02-16
perf probe: Support function@filename syntax for --line
Masami Hiramatsu
2011-01-28
perf probe: Add filters support for available functions
Masami Hiramatsu
2011-01-28
perf probe: Add variable filter support
Masami Hiramatsu
2011-01-24
perf probe: Add --funcs to show available functions in symtab
Masami Hiramatsu
2011-01-22
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
2011-01-04
Merge commit 'v2.6.37-rc8' into perf/core
Ingo Molnar
2010-12-27
perf probe: Fix short file name probe location reporting
Franck Bui-Huu
2010-12-22
perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen
Franck Bui-Huu
2010-12-21
perf probe: Handle gracefully some stupid and buggy line syntaxes
Franck Bui-Huu
2010-12-21
perf probe: Don't always consider EOF as an error when listing source code
Franck Bui-Huu
2010-12-21
perf probe: Fix line range description since a single file is allowed
Franck Bui-Huu
2010-12-21
perf probe: Clean up redundant tests in show_line_range()
Franck Bui-Huu
2010-12-21
perf probe: Rewrite show_one_line() to make it simpler
Franck Bui-Huu
2010-12-21
perf probe: Make -L display the absolute path of the dumped file
Franck Bui-Huu
2010-12-21
perf probe: Cleanup messages
Masami Hiramatsu
2010-12-16
perf symbols: Stop using vmlinux files with no symbols
Franck Bui-Huu
2010-12-16
perf probe: Fix use of kernel image path given by 'k' option
Franck Bui-Huu
2010-10-21
perf probe: Add basic module support
Masami Hiramatsu
2010-10-21
perf probe: Show accessible global variables
Masami Hiramatsu
2010-10-21
perf probe: Function style fix
Masami Hiramatsu
2010-10-21
perf probe: Show accessible local variables
Masami Hiramatsu
2010-09-08
perf probe: Fix return probe support
Masami Hiramatsu
2010-08-06
perf probe: Fix memory leaks in add_perf_probe_events
Masami Hiramatsu
2010-07-30
perf probe: Rename common fields/functions from kprobe to probe.
Srikar Dronamraju
2010-07-16
perf probe: Support comp_dir to find an absolute source path
Masami Hiramatsu
2010-07-16
perf probe: Fix error message if get_real_path() failed
Masami Hiramatsu
2010-07-05
perf probe: Support static and global variables
Masami Hiramatsu
2010-07-05
perf probe: Support tracing an entry of array
Masami Hiramatsu
[next]