Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Drecord.h16 bool inherit_stat; member
H A Dperf_event_attr_fprintf.c359 PRINT_ATTRf_bf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
H A Dpython.c1001 inherit_stat = 0, in pyrf_evsel__init() local
1017 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init()
1044 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
H A Devsel.c166 WRITE_ASS(inherit_stat, "d"); in store_event()
1624 if (opts->inherit_stat) { in evsel__config()
1629 attr->inherit_stat = 1; in evsel__config()
/linux/tools/include/uapi/linux/
H A Dperf_event.h429 inherit_stat : 1, /* per task counts */ member
/linux/include/uapi/linux/
H A Dperf_event.h429 inherit_stat : 1, /* per task counts */ member
/linux/tools/perf/
H A Dbuiltin-record.c3509 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,