Searched refs:inherit_stat (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/perf/tests/attr/ |
D | base-record-spe | 23 inherit_stat=*
|
D | base-stat | 24 inherit_stat=0
|
D | base-record | 24 inherit_stat=0
|
D | system-wide-dummy | 27 inherit_stat=0
|
/linux-6.1.9/tools/perf/util/ |
D | record.h | 17 bool inherit_stat; member
|
D | perf_event_attr_fprintf.c | 117 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
D | python.c | 817 inherit_stat = 0, in pyrf_evsel__init() local 833 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 860 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
D | evsel.c | 1208 if (opts->inherit_stat) { in evsel__config() 1213 attr->inherit_stat = 1; in evsel__config()
|
/linux-6.1.9/tools/perf/tests/ |
D | attr.c | 118 WRITE_ASS(inherit_stat, "d"); in store_event()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | perf_event.h | 420 inherit_stat : 1, /* per task counts */ member
|
/linux-6.1.9/include/uapi/linux/ |
D | perf_event.h | 420 inherit_stat : 1, /* per task counts */ member
|
/linux-6.1.9/kernel/events/ |
D | core.c | 1792 if (event->attr.inherit_stat) in list_add_event() 1988 if (event->attr.inherit_stat) in list_del_event() 3353 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 12832 if (child_event->attr.inherit_stat) { in sync_child_event()
|
/linux-6.1.9/tools/perf/ |
D | builtin-record.c | 3392 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|