Searched refs:inherit_stat (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/perf/tests/attr/ |
| A D | base-record-spe | 23 inherit_stat=*
|
| A D | base-record | 24 inherit_stat=0
|
| A D | base-stat | 24 inherit_stat=0
|
| A D | test-record-dummy-C0 | 32 inherit_stat=0
|
| A D | system-wide-dummy | 29 inherit_stat=0
|
| /linux/tools/perf/util/ |
| A D | record.h | 16 bool inherit_stat; member
|
| A D | python.c | 719 inherit_stat = 0, in pyrf_evsel__init() local 735 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 762 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
| A D | perf_event_attr_fprintf.c | 298 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
| A D | evsel.c | 1199 if (opts->inherit_stat) { in evsel__config() 1204 attr->inherit_stat = 1; in evsel__config()
|
| /linux/tools/perf/tests/ |
| A D | attr.c | 118 WRITE_ASS(inherit_stat, "d"); in store_event()
|
| /linux/tools/include/uapi/linux/ |
| A D | perf_event.h | 425 inherit_stat : 1, /* per task counts */ member
|
| /linux/include/uapi/linux/ |
| A D | perf_event.h | 425 inherit_stat : 1, /* per task counts */ member
|
| /linux/kernel/events/ |
| A D | core.c | 1843 if (event->attr.inherit_stat) in list_add_event() 2069 if (event->attr.inherit_stat) in list_del_event() 3466 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 13270 if (child_event->attr.inherit_stat) { in sync_child_event()
|
| /linux/tools/perf/ |
| A D | builtin-record.c | 3421 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|
Completed in 62 milliseconds