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
2756
if (probe_conf.cache)
tools/perf/util/probe-event.c
3032
if (ret == 0 && probe_conf.cache) {
tools/perf/util/probe-event.c
3085
if (syms && found < probe_conf.max_probes)
tools/perf/util/probe-event.c
3135
syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
tools/perf/util/probe-event.c
3159
} else if (num_matched_functions > probe_conf.max_probes) {
tools/perf/util/probe-event.c
3406
if (*ntevs + ntevs2 > probe_conf.max_probes)
tools/perf/util/probe-event.c
3543
if (ret > probe_conf.max_probes) {
tools/perf/util/probe-event.c
3754
probe_conf.force_add);
tools/perf/util/probe-event.c
58
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
1020
} else if (!probe_conf.no_inlines) {
tools/perf/util/probe-finder.c
110
if (probe_conf.show_location_range &&
tools/perf/util/probe-finder.c
1397
ret = asprintf(valp, "\\%lx", probe_conf.magic_num);
tools/perf/util/probe-finder.c
1418
.max_tevs = probe_conf.max_probes, .mod = dbg->mod};
tools/perf/util/probe-finder.c
1471
if (probe_conf.show_location_range) {
tools/perf/util/probe-finder.c
1483
if (!ret2 && probe_conf.show_location_range &&
tools/perf/util/probe-finder.c
1564
if (!probe_conf.show_ext_vars)
tools/perf/util/probe-finder.c
1591
.max_vls = probe_conf.max_probes};