Searched refs:inherit_stat (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/tools/perf/tests/attr/ |
D | base-stat | 24 inherit_stat=0
|
D | base-record | 24 inherit_stat=0
|
/linux-4.1.27/tools/perf/ |
D | perf.h | 45 bool inherit_stat; member
|
D | builtin-record.c | 892 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|
/linux-4.1.27/tools/perf/tests/ |
D | attr.c | 107 WRITE_ASS(inherit_stat, "d"); in store_event()
|
/linux-4.1.27/tools/perf/util/ |
D | python.c | 558 inherit_stat = 0, in pyrf_evsel__init() local 574 &mmap, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 600 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
D | evsel.c | 674 if (opts->inherit_stat) in perf_evsel__config() 675 attr->inherit_stat = 1; in perf_evsel__config() 1101 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
/linux-4.1.27/include/uapi/linux/ |
D | perf_event.h | 305 inherit_stat : 1, /* per task counts */ member
|
/linux-4.1.27/kernel/events/ |
D | core.c | 1254 if (event->attr.inherit_stat) in list_add_event() 1419 if (event->attr.inherit_stat) in list_del_event() 2453 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 8374 if (child_event->attr.inherit_stat) in sync_child_event()
|