Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/shell/attr/
H A Dbase-record-spe23 inherit_stat=*
H A Dbase-stat24 inherit_stat=0
H A Dbase-record24 inherit_stat=0
H A Dtest-record-dummy-C032 inherit_stat=0
H A Dsystem-wide-dummy29 inherit_stat=0
/linux-6.15/tools/perf/util/
H A Drecord.h16 bool inherit_stat; member
H A Dpython.c688 inherit_stat = 0, in pyrf_evsel__init() local
704 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init()
731 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
H A Dperf_event_attr_fprintf.c320 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
H A Devsel.c159 WRITE_ASS(inherit_stat, "d"); in store_event()
1374 if (opts->inherit_stat) { in evsel__config()
1379 attr->inherit_stat = 1; in evsel__config()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h427 inherit_stat : 1, /* per task counts */ member
/linux-6.15/include/uapi/linux/
H A Dperf_event.h427 inherit_stat : 1, /* per task counts */ member
/linux-6.15/kernel/events/
H A Dcore.c1883 if (event->attr.inherit_stat) in list_add_event()
2109 if (event->attr.inherit_stat) in list_del_event()
3513 if (!event->attr.inherit_stat) in __perf_event_sync_stat()
13672 if (child_event->attr.inherit_stat) { in sync_child_event()
/linux-6.15/tools/perf/
H A Dbuiltin-record.c3430 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,