Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/attr/
H A Dbase-record-spe23 inherit_stat=*
H A Dbase-record24 inherit_stat=0
H A Dbase-stat24 inherit_stat=0
H A Dsystem-wide-dummy29 inherit_stat=0
/openbmc/linux/tools/perf/util/
H A Drecord.h16 bool inherit_stat; member
H A Dpython.c878 inherit_stat = 0, in pyrf_evsel__init() local
894 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init()
921 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
H A Dperf_event_attr_fprintf.c297 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
H A Devsel.c1182 if (opts->inherit_stat) { in evsel__config()
1187 attr->inherit_stat = 1; in evsel__config()
/openbmc/linux/tools/perf/tests/
H A Dattr.c118 WRITE_ASS(inherit_stat, "d"); in store_event()
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h421 inherit_stat : 1, /* per task counts */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h421 inherit_stat : 1, /* per task counts */ member
/openbmc/linux/kernel/events/
H A Dcore.c1803 if (event->attr.inherit_stat) in list_add_event()
2027 if (event->attr.inherit_stat) in list_del_event()
3385 if (!event->attr.inherit_stat) in __perf_event_sync_stat()
13077 if (child_event->attr.inherit_stat) { in sync_child_event()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c3377 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,