Symbol: probe_conf
tools/perf/builtin-probe.c
358
if (probe_conf.bootconfig)
tools/perf/builtin-probe.c
452
if (probe_conf.cache)
tools/perf/builtin-probe.c
561
OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events"
tools/perf/builtin-probe.c
569
OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars,
tools/perf/builtin-probe.c
571
OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range,
tools/perf/builtin-probe.c
577
OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines,
tools/perf/builtin-probe.c
580
OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes,
tools/perf/builtin-probe.c
599
OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"),
tools/perf/builtin-probe.c
604
OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig,
tools/perf/builtin-probe.c
662
if (probe_conf.max_probes == 0)
tools/perf/builtin-probe.c
663
probe_conf.max_probes = MAX_PROBES;
tools/perf/builtin-probe.c
722
if (probe_conf.bootconfig && params->uprobes) {
tools/perf/util/probe-event.c
2757
if (probe_conf.cache)
tools/perf/util/probe-event.c
3033
if (ret == 0 && probe_conf.cache) {
tools/perf/util/probe-event.c
3086
if (syms && found < probe_conf.max_probes)
tools/perf/util/probe-event.c
3136
syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
tools/perf/util/probe-event.c
3160
} else if (num_matched_functions > probe_conf.max_probes) {
tools/perf/util/probe-event.c
3408
if (*ntevs + ntevs2 > probe_conf.max_probes)
tools/perf/util/probe-event.c
3545
if (ret > probe_conf.max_probes) {
tools/perf/util/probe-event.c
3756
probe_conf.force_add);
tools/perf/util/probe-event.c
59
struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM };
tools/perf/util/probe-event.h
22
extern struct probe_conf probe_conf;
tools/perf/util/probe-file.c
414
if (ret > probe_conf.max_probes)
tools/perf/util/probe-finder.c
110
if (probe_conf.show_location_range &&
tools/perf/util/probe-finder.c
1371
ret = asprintf(valp, "\\%lx", probe_conf.magic_num);
tools/perf/util/probe-finder.c
1392
.max_tevs = probe_conf.max_probes, .mod = dbg->mod};
tools/perf/util/probe-finder.c
1445
if (probe_conf.show_location_range) {
tools/perf/util/probe-finder.c
1457
if (!ret2 && probe_conf.show_location_range &&
tools/perf/util/probe-finder.c
1538
if (!probe_conf.show_ext_vars)
tools/perf/util/probe-finder.c
1565
.max_vls = probe_conf.max_probes};
tools/perf/util/probe-finder.c
999
} else if (!probe_conf.no_inlines) {