Searched refs:inherit_stat (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/tests/attr/ |
| A D | base-record | 24 inherit_stat=0
|
| A D | base-stat | 24 inherit_stat=0
|
| A D | system-wide-dummy | 27 inherit_stat=0
|
| /linux/tools/perf/util/ |
| A D | record.h | 17 bool inherit_stat; member
|
| A D | python.c | 804 inherit_stat = 0, in pyrf_evsel__init() local 820 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 847 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
| A D | perf_event_attr_fprintf.c | 117 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
| A D | evsel.c | 1151 if (opts->inherit_stat) { in evsel__config() 1156 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 | 374 inherit_stat : 1, /* per task counts */ member
|
| /linux/include/uapi/linux/ |
| A D | perf_event.h | 374 inherit_stat : 1, /* per task counts */ member
|
| /linux/kernel/events/ |
| A D | core.c | 1811 if (event->attr.inherit_stat) in list_add_event() 2002 if (event->attr.inherit_stat) in list_del_event() 3344 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 12626 if (child_event->attr.inherit_stat) { in sync_child_event()
|
| /linux/tools/perf/ |
| A D | builtin-record.c | 2531 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|
Completed in 47 milliseconds