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.h51 bool ignore_missing_thread; member
H A Devsel.h119 bool ignore_missing_thread; member
H A Devsel.c1721 evsel->ignore_missing_thread = opts->ignore_missing_thread; in evsel__config()
2205 if (!evsel->ignore_missing_thread) in evsel__ignore_missing_thread()
/linux/tools/perf/bench/
H A Devlist-open-close.c263 opts.ignore_missing_thread = opts.target.pid; in bench_evlist_open_close()
/linux/tools/perf/
H A Dbuiltin-stat.c2956 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
H A Dbuiltin-record.c4348 rec->opts.ignore_missing_thread = rec->opts.target.pid; in cmd_record()
H A Dbuiltin-trace.c4419 trace->opts.ignore_missing_thread = trace->opts.target.pid; in trace__run()