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 | perf_event_attr_fprintf.c | 359 PRINT_ATTRf_bf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
| H A D | python.c | 2012 "inherit_stat", in pyrf_evlist__from_evlist() 2039 inherit_stat = 0, in pyrf_evlist__from_evlist() 2055 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evlist__from_evlist() 2082 attr.inherit_stat = inherit_stat; in pyrf__parse_events() 1001 inherit_stat = 0, pyrf_evsel__init() local
|
| H A D | evsel.c | 168 WRITE_ASS(inherit_stat, "d"); in store_event() 1638 if (opts->inherit_stat) { in evsel__config() 1643 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 | 2000 if (event->attr.inherit_stat) in list_add_event() 2226 if (event->attr.inherit_stat) in list_del_event() 3700 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 14549 if (child_event->attr.inherit_stat) { in sync_child_event()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 3525 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|