Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/patches/
Dproductdefine_common.patch8 inherit/default.json | 4 ++++
9 inherit/ipcamera.json | 4 ++++
10 inherit/pc.json | 4 ++++
11 inherit/rich.json | 4 ++++
12 inherit/tablet.json | 4 ++++
15 diff --git a/inherit/default.json b/inherit/default.json
17 --- a/inherit/default.json
18 +++ b/inherit/default.json
30 diff --git a/inherit/ipcamera.json b/inherit/ipcamera.json
32 --- a/inherit/ipcamera.json
[all …]
/developtools/integration_verification/tools/components/
Dget_components.py31 inherit = config_json['inherit']
32 for json_name in inherit:
/developtools/hiperf/include/
Dperf_events.h381 void SetInherit(bool inherit) in SetInherit() argument
383 inherit_ = inherit; in SetInherit()
/developtools/hiperf/src/
Dsubcommand_dump.cpp340 attr.inherit, attr.pinned, attr.exclusive); in DumpPrintEventAttr()
Dperf_events.cpp306 eventItem.attr.inherit = (inherit_ ? 1 : 0); in AddEvent()
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch111 - inherit_thread : 1, /* children only inherit if cloned with CLONE_THREAD */
/developtools/profiler/hiebpf/include/
Dvmlinux.h1474 __u64 inherit: 1; member