Lines Matching defs:user
176 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user)
179 if (user) {
306 * exposed to user-space. Offset of 'name' has remained same from long
439 const char *target, bool user)
452 target, NULL, user);
917 * setting appropriate (user given) event name
1008 bool user)
1027 ret = get_alternative_line_range(dinfo, lr, module, user);
1102 struct nsinfo *nsi, bool user)
1107 ret = init_probe_symbol_maps(user);
1111 ret = __show_line_range(lr, module, user);
1240 bool user __maybe_unused)
1645 if (tmp && tmp != str && !strcmp(tmp + 1, "user")) { /* user attr */
1647 semantic_error("ftrace does not support user access\n");
2894 * user input are always allowed to add suffix, because
2933 /* If user gives a version, don't cut off the version from symbols */
3609 struct strfilter *_filter, bool user)
3615 ret = init_probe_symbol_maps(user);
3620 map = get_target_map(target, nsi, user);