Searched refs:inherit_stat (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | base-record-spe | 23 inherit_stat=*
|
| H A D | base-stat | 24 inherit_stat=0
|
| H A D | base-record | 24 inherit_stat=0
|
| H A D | test-record-dummy-C0 | 32 inherit_stat=0
|
| H A D | system-wide-dummy | 29 inherit_stat=0
|
| /linux-6.15/tools/perf/util/ |
| H A D | record.h | 16 bool inherit_stat; member
|
| H A D | python.c | 688 inherit_stat = 0, in pyrf_evsel__init() local 704 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 731 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
| H A D | perf_event_attr_fprintf.c | 320 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
| H A D | evsel.c | 159 WRITE_ASS(inherit_stat, "d"); in store_event() 1374 if (opts->inherit_stat) { in evsel__config() 1379 attr->inherit_stat = 1; in evsel__config()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 427 inherit_stat : 1, /* per task counts */ member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 427 inherit_stat : 1, /* per task counts */ member
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1883 if (event->attr.inherit_stat) in list_add_event() 2109 if (event->attr.inherit_stat) in list_del_event() 3513 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 13672 if (child_event->attr.inherit_stat) { in sync_child_event()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-record.c | 3430 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|