Searched refs:inherit_stat (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/perf/tests/attr/ |
H A D | base-record-spe | 23 inherit_stat=*
|
H A D | base-record | 24 inherit_stat=0
|
H A D | base-stat | 24 inherit_stat=0
|
H A D | system-wide-dummy | 29 inherit_stat=0
|
/openbmc/linux/tools/perf/util/ |
H A D | record.h | 16 bool inherit_stat; member
|
H A D | python.c | 878 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 D | perf_event_attr_fprintf.c | 297 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
H A D | evsel.c | 1182 if (opts->inherit_stat) { in evsel__config() 1187 attr->inherit_stat = 1; in evsel__config()
|
/openbmc/linux/tools/perf/tests/ |
H A D | attr.c | 118 WRITE_ASS(inherit_stat, "d"); in store_event()
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 421 inherit_stat : 1, /* per task counts */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 421 inherit_stat : 1, /* per task counts */ member
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 1803 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 D | builtin-record.c | 3377 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|