Searched refs:uprobes (Results 1 – 13 of 13) sorted by relevance
53 bool uprobes; member75 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()
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
312 const char *target, bool uprobes) in find_alternative_probe_point() argument323 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 …]
50 bool uprobes; /* uprobes only */ member87 bool uprobes; /* Uprobe event flag */ member
8 obj-$(CONFIG_UPROBES) += uprobes.o
1 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
2 # Feature name: uprobes
77 if (!pev->uprobes && map->dso->symtab_type == DSO_BINARY_TYPE__KALLSYMS) { in arch__fix_tev_from_maps()
64 obj-$(CONFIG_UPROBES) += uprobes.o
105 obj-$(CONFIG_UPROBES) += uprobes.o
103 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