Searched refs:probe_conf (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-probe.c359 if (probe_conf.bootconfig)
453 if (probe_conf.cache)
562 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events"
570 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars,
572 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range,
578 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines,
581 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes,
600 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"),
605 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig,
663 if (probe_conf
[all...]
/linux-master/tools/perf/util/
H A Dprobe-event.h12 struct probe_conf { struct
22 extern struct probe_conf probe_conf;
H A Dprobe-finder.c97 if (probe_conf.show_location_range &&
988 } else if (!probe_conf.no_inlines) {
1345 ret = asprintf(valp, "\\%lx", probe_conf.magic_num);
1366 .max_tevs = probe_conf.max_probes, .mod = dbg->mod};
1417 if (probe_conf.show_location_range) {
1429 if (!ret2 && probe_conf.show_location_range &&
1510 if (!probe_conf.show_ext_vars)
1537 .max_vls = probe_conf.max_probes};
H A Dprobe-event.c54 struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM }; variable in typeref:struct:probe_conf
2715 if (probe_conf.cache)
2961 if (ret == 0 && probe_conf.cache) {
3014 if (syms && found < probe_conf.max_probes)
3064 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
3088 } else if (num_matched_functions > probe_conf.max_probes) {
3336 if (*ntevs + ntevs2 > probe_conf.max_probes)
3473 if (ret > probe_conf.max_probes) {
3684 probe_conf
[all...]
H A Dprobe-file.c432 if (ret > probe_conf.max_probes)

Completed in 190 milliseconds