Searched refs:inherit_stat (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | record.h | 16 bool inherit_stat; member
|
| H A D | python.c | 1001 inherit_stat = 0, in pyrf_evsel__init() local 1017 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 1044 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
| H A D | perf_event_attr_fprintf.c | 320 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
| H A D | evsel.c | 163 WRITE_ASS(inherit_stat, "d"); in store_event() 1562 if (opts->inherit_stat) { in evsel__config() 1567 attr->inherit_stat = 1; in evsel__config()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 429 inherit_stat : 1, /* per task counts */ member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 429 inherit_stat : 1, /* per task counts */ member
|
| /linux/kernel/events/ |
| H A D | core.c | 1999 if (event->attr.inherit_stat) in list_add_event() 2225 if (event->attr.inherit_stat) in list_del_event() 3692 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 14470 if (child_event->attr.inherit_stat) { in sync_child_event()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 3507 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|