Searched refs:inherit_stat (Results 1 – 7 of 7) 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 | 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 | evsel.c | 166 WRITE_ASS(inherit_stat, "d"); in store_event() 1624 if (opts->inherit_stat) { in evsel__config() 1629 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/tools/perf/ |
| H A D | builtin-record.c | 3509 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|