Searched refs:inherit_stat (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/attr/ |
A D | base-record-spe | 23 inherit_stat=*
|
A D | base-record | 24 inherit_stat=0
|
A D | base-stat | 24 inherit_stat=0
|
A D | system-wide-dummy | 27 inherit_stat=0
|
/linux-6.3-rc2/tools/perf/util/ |
A D | record.h | 16 bool inherit_stat; member
|
A D | perf_event_attr_fprintf.c | 117 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
A D | python.c | 822 inherit_stat = 0, in pyrf_evsel__init() local 838 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 865 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
A D | evsel.c | 1211 if (opts->inherit_stat) { in evsel__config() 1216 attr->inherit_stat = 1; in evsel__config()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | attr.c | 118 WRITE_ASS(inherit_stat, "d"); in store_event()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | perf_event.h | 421 inherit_stat : 1, /* per task counts */ member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | perf_event.h | 421 inherit_stat : 1, /* per task counts */ member
|
/linux-6.3-rc2/kernel/events/ |
A D | core.c | 1787 if (event->attr.inherit_stat) in list_add_event() 1985 if (event->attr.inherit_stat) in list_del_event() 3340 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 12913 if (child_event->attr.inherit_stat) { in sync_child_event()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-record.c | 3388 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|
Completed in 52 milliseconds