Home
last modified time | relevance | path

Searched refs:uprobes (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-probe.c53 bool uprobes; member
75 pev->uprobes = params.uprobes; in parse_probe_event()
134 params.uprobes = true; in set_target()
184 params.uprobes = true; in opt_set_target()
186 params.uprobes = false; in opt_set_target()
191 if (params.uprobes || strchr(str, '/')) { in opt_set_target()
318 ret = init_probe_symbol_maps(pevs->uprobes); in perf_add_probe_events()
564 if (params.uprobes) { in __cmd_probe()
576 params.uprobes); in __cmd_probe()
583 params.uprobes); in __cmd_probe()
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt15 /sys/kernel/debug/tracing/events/uprobes/<EVENT>/enabled.
26 GRP : Group name. If omitted, "uprobes" is the default value.
114 p:uprobes/zfree_entry /bin/zsh:0x00046420 arg1=%ip arg2=%ax
115 r:uprobes/zfree_exit /bin/zsh:0x00046420 arg1=%ip arg2=%ax
117 Format of events can be seen by viewing the file events/uprobes/zfree_entry/format
119 # cat events/uprobes/zfree_entry/format
138 # echo 1 > events/uprobes/enable
143 # echo 0 > events/uprobes/enable
/linux-4.4.14/tools/perf/util/
Dprobe-event.c312 const char *target, bool uprobes) in find_alternative_probe_point() argument
323 map = get_target_map(target, uprobes); in find_alternative_probe_point()
329 if (uprobes) in find_alternative_probe_point()
354 put_target_map(map, uprobes); in find_alternative_probe_point()
368 pev->target, pev->uprobes); in get_alternative_probe_event()
576 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
701 pev->target, pev->uprobes); in try_to_find_probe_trace_events()
956 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars()
1837 if (tev->uprobes && !tp->module) in synthesize_probe_trace_command()
1845 if (tev->uprobes && !tp->address) { in synthesize_probe_trace_command()
[all …]
Dprobe-event.h50 bool uprobes; /* uprobes only */ member
87 bool uprobes; /* Uprobe event flag */ member
/linux-4.4.14/kernel/events/
DMakefile8 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-4.4.14/arch/arm/probes/
DMakefile1 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
/linux-4.4.14/Documentation/features/debug/uprobes/
Darch-support.txt2 # Feature name: uprobes
/linux-4.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c77 if (!pev->uprobes && map->dso->symtab_type == DSO_BINARY_TYPE__KALLSYMS) { in arch__fix_tev_from_maps()
/linux-4.4.14/arch/s390/kernel/
DMakefile64 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-4.4.14/arch/x86/kernel/
DMakefile105 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-4.4.14/arch/mips/kernel/
DMakefile103 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-4.4.14/arch/powerpc/kernel/
DMakefile102 obj-$(CONFIG_UPROBES) += uprobes.o
/linux-4.4.14/kernel/trace/
DKconfig419 bool "Enable uprobes-based dynamic events"
430 events interface. Those events can be inserted wherever uprobes