Searched refs:inherit_stat (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | base-record | 24 inherit_stat=0
|
| H A D | base-stat | 24 inherit_stat=0
|
| H A D | system-wide-dummy | 27 inherit_stat=0
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | record.h | 17 bool inherit_stat; member
|
| H A D | python.c | 765 inherit_stat = 0, in pyrf_evsel__init() local 781 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 808 attr.inherit_stat = inherit_stat; in pyrf_evsel__init()
|
| H A D | perf_event_attr_fprintf.c | 116 PRINT_ATTRf(inherit_stat, p_unsigned); in perf_event_attr__fprintf()
|
| H A D | evsel.c | 1110 if (opts->inherit_stat) { in evsel__config() 1115 attr->inherit_stat = 1; in evsel__config()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | attr.c | 117 WRITE_ASS(inherit_stat, "d"); in store_event()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 353 inherit_stat : 1, /* per task counts */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 346 inherit_stat : 1, /* per task counts */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 346 inherit_stat : 1, /* per task counts */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 353 inherit_stat : 1, /* per task counts */ member
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-record.c | 2474 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 1825 if (event->attr.inherit_stat) in list_add_event() 2010 if (event->attr.inherit_stat) in list_del_event() 3313 if (!event->attr.inherit_stat) in __perf_event_sync_stat() 12336 if (child_event->attr.inherit_stat) in sync_child_event()
|