Home
last modified time | relevance | path

Searched refs:ignore_missing_thread (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Drecord.h49 bool ignore_missing_thread; member
H A Devsel.h119 bool ignore_missing_thread; member
H A Devsel.c1523 evsel->ignore_missing_thread = opts->ignore_missing_thread; in evsel__config()
2005 if (!evsel->ignore_missing_thread) in evsel__ignore_missing_thread()
/linux/tools/perf/bench/
H A Devlist-open-close.c262 opts.ignore_missing_thread = opts.target.pid; in bench_evlist_open_close()
/linux/tools/perf/
H A Dbuiltin-stat.c2858 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
H A Dbuiltin-record.c4302 rec->opts.ignore_missing_thread = rec->opts.target.pid; in cmd_record()
H A Dbuiltin-trace.c4395 trace->opts.ignore_missing_thread = trace->opts.target.pid; in trace__run()