Searched refs:uprobes (Results 1 – 10 of 10) sorted by relevance
57 bool uprobes; member81 pev->uprobes = params.uprobes; in parse_probe_event()118 params.uprobes = true; in set_target()191 params.uprobes = true; in opt_set_target()194 params.uprobes = false; in opt_set_target()200 if (params.uprobes || strchr(str, '/')) { in opt_set_target()441 if (params.uprobes) { in __cmd_probe()455 params.uprobes); in __cmd_probe()466 params.uprobes); in __cmd_probe()
15 /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=%ax115 r:uprobes/zfree_exit /bin/zsh:0x00046420 arg1=%ip arg2=%ax117 Format of events can be seen by viewing the file events/uprobes/zfree_entry/format119 # cat events/uprobes/zfree_entry/format138 # echo 1 > events/uprobes/enable143 # echo 0 > events/uprobes/enable
40 bool uprobes; /* uprobes only */ member76 bool uprobes; /* Uprobe event flag */ member
298 const char *target, bool uprobes) in find_alternative_probe_point() argument309 map = get_target_map(target, uprobes); in find_alternative_probe_point()315 if (uprobes) in find_alternative_probe_point()340 put_target_map(map, uprobes); in find_alternative_probe_point()355 target, pev->uprobes); in get_alternative_probe_event()515 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()632 target, pev->uprobes); in try_to_find_probe_trace_events()886 ret = init_symbol_maps(pevs->uprobes); in show_available_vars()1703 if (tev->uprobes && (!tp->address || !tp->module)) in synthesize_probe_trace_command()1707 if (tev->uprobes) in synthesize_probe_trace_command()[all …]
8 obj-$(CONFIG_UPROBES) += uprobes.o
1 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
53 obj-$(CONFIG_UPROBES) += uprobes.o
106 obj-$(CONFIG_UPROBES) += uprobes.o
102 obj-$(CONFIG_UPROBES) += uprobes.o
419 bool "Enable uprobes-based dynamic events"430 events interface. Those events can be inserted wherever uprobes