Searched refs:kernel (Results 1 - 25 of 112) sorted by relevance

12345

/frameworks/native/cmds/atrace/
H A Datrace_userdebug.rc1 ## Permissions to allow additional system-wide tracing to the kernel trace buffer.
4 # Grant unix world read/write permissions to enable kernel tracepoints.
8 chmod 0666 /sys/kernel/tracing/events/workqueue/enable
9 chmod 0666 /sys/kernel/debug/tracing/events/workqueue/enable
10 chmod 0666 /sys/kernel/tracing/events/regulator/enable
11 chmod 0666 /sys/kernel/debug/tracing/events/regulator/enable
12 chmod 0666 /sys/kernel/tracing/events/pagecache/enable
13 chmod 0666 /sys/kernel/debug/tracing/events/pagecache/enable
16 chmod 0666 /sys/kernel/tracing/events/irq/enable
17 chmod 0666 /sys/kernel/debu
[all...]
H A Datrace.rc1 ## Permissions to allow system-wide tracing to the kernel trace buffer.
5 # Allow writing to the kernel trace log.
6 chmod 0222 /sys/kernel/debug/tracing/trace_marker
7 chmod 0222 /sys/kernel/tracing/trace_marker
10 write /proc/sys/kernel/sched_schedstats 1
12 # Grant unix world read/write permissions to kernel tracepoints.
14 chmod 0666 /sys/kernel/debug/tracing/trace_clock
15 chmod 0666 /sys/kernel/tracing/trace_clock
16 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb
17 chmod 0666 /sys/kernel/tracin
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dfloat_test.rs23 double __attribute__((kernel)) foo(float a) {
27 double __attribute__((kernel)) goo(double a) {
H A Dcopy_test.rs29 float2 __attribute((kernel)) copyFloat2(float2 i) {
33 float3 __attribute((kernel)) copyFloat3(float3 i) {
37 float4 __attribute((kernel)) copyFloat4(float4 i) {
/frameworks/opt/net/wifi/service/
H A Dwifi-events.rc22 mkdir /sys/kernel/debug/tracing/instances/wifi 711
23 restorecon_recursive /sys/kernel/debug/tracing/instances/wifi
24 write /sys/kernel/debug/tracing/instances/wifi/tracing_on 0
25 write /sys/kernel/debug/tracing/instances/wifi/buffer_size_kb 1
26 write /sys/kernel/debug/tracing/instances/wifi/trace_options disable_on_free
30 # /sys/kernel/debug/tracing/instances/wifi/tracing_on.
32 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/cfg80211_gtk_rekey_notify/enable 1
33 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_add_key/enable 1
34 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_assoc/enable 1
35 write /sys/kernel/debu
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dcopy_test.rs29 float2 __attribute((kernel)) copyFloat2(float2 i) {
33 float3 __attribute((kernel)) copyFloat3(float3 i) {
37 float4 __attribute((kernel)) copyFloat4(float4 i) {
/frameworks/rs/tests/lldb/java/ScriptGroup/src/rs/
H A Dscriptgroup.rs21 int __attribute__((kernel)) foo(int a) {
25 int __attribute__((kernel)) goo(int a) {
/frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/
H A Dlaunchtest.rs23 void __attribute__((kernel)) k_x(uchar in, uint32_t x) {
29 uchar __attribute__((kernel)) k_xy(uint32_t x, uint32_t y) {
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
H A Dsecond.rs20 /* RenderScript kernel that just returns the swizzled input. */
21 uchar4 __attribute__((kernel)) second_kernel(uchar4 in)
H A Dfirst.rs22 /* RenderScript kernel that just sets the colour of the screen and does some
26 uchar4 __attribute__((kernel)) first_kernel(uchar4 in)
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/rs/
H A Dsecond.rs20 /* RenderScript kernel that just returns the swizzled input. */
21 uchar4 __attribute__((kernel)) second_kernel(uchar4 in)
H A Dfirst.rs22 /* RenderScript kernel that just sets the colour of the screen and does some
26 uchar4 __attribute__((kernel)) first_kernel(uchar4 in)
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A Dsecond.rs20 /* RenderScript kernel that just returns the swizzled input. */
21 uchar4 __attribute__((kernel)) second_kernel(uchar4 in)
/frameworks/rs/tests/lldb/cpp/Allocations/
H A Dallocs.rs21 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)
27 uint __attribute__((kernel)) square_kernel(ushort in)
40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Dallocs.rs21 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)
27 uint __attribute__((kernel)) square_kernel(ushort in)
40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
/frameworks/rs/script_api/
H A Drs_for_each.spec20 The @rsForEach() function can be used to invoke the root kernel of a script.
23 an executing kernel, like dimensions and current indices. These functions take
38 This type is used to suggest how the invoked kernel should iterate over the cells of the
41 This specification can help the caching behavior of the running kernel, e.g. the cache
48 summary: Handle to a kernel invocation context
50 The kernel context contains common characteristics of the allocations being iterated
54 You can access the kernel context by adding a special parameter named "context" of type
55 rs_kernel_context to your kernel function. See @rsGetDimX() and @rsGetArray0() for examples.
89 summary: Handle to a kernel function
91 An opaque type for a function that is defined with the kernel attribut
[all...]
/frameworks/rs/tests/lldb/java/SingleSource/src/rs/
H A Drs_single_source.rs21 // global allocation used for void kernel
30 float __attribute__((kernel)) kernel_1(float a)
36 float __attribute__((kernel)) kernel_2(float a, float b)
42 void __attribute__((kernel)) void_kernel_1(uint32_t x)
50 // invoke kernel taking one argument
55 // invoke kernel taking two arguments
63 // invoke kernel that takes no arguments and no return type
/frameworks/rs/script_api/include/
H A Drs_core.rsh40 #define RS_KERNEL __attribute__((kernel))
/frameworks/rs/tests/lldb/cpp/WaitAttach/
H A Dsimple.rs22 /* RenderScript kernel that just sets the colour of the screen and does some
26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
35 uchar4 __attribute__((kernel)) other_kernel(uchar4 in)
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/
H A Dsimple.rs22 /* RenderScript kernel that just sets the colour of the screen and does some
26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
35 uchar4 __attribute__((kernel)) other_kernel(uchar4 in)
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Dsimple.rs22 /* RenderScript kernel that just sets the colour of the screen and does some
26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
35 uchar4 __attribute__((kernel)) other_kernel(uchar4 in)
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs73 float3 __attribute__((kernel)) laplacian( uint32_t x, uint32_t y) {
87 float3 __attribute__((kernel)) convert_to_f(uchar4 in) {
91 float3 __attribute__((kernel)) copyMasked(uchar in, uint32_t x, uint32_t y) {
95 uchar4 __attribute__((kernel)) convert_to_uc(float3 in) {
100 uchar4 __attribute__((kernel)) alphaMask(uchar4 in, uint32_t x, uint32_t y) {
108 float3 __attribute__((kernel)) solve1(uchar in, uint32_t x, uint32_t y) {
122 float3 __attribute__((kernel)) solve2(uchar in, uint32_t x, uint32_t y) {
140 float3 __attribute__((kernel))extractBorder(int2 in) {
144 float __attribute__((kernel)) bordercorrelation(uint32_t x, uint32_t y) {
/frameworks/rs/tests/lldb/java/Allocations/src/rs/
H A Dallocs.rs35 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)
41 uint __attribute__((kernel)) square_kernel(ushort in)
54 double3 __attribute__((kernel)) add_half_kernel(double4 in)
64 struct complexStruct __attribute__((kernel))
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
H A Dinfiniteloop.rs39 /* RenderScript kernel that just sets the colour of the screen and does some
43 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/rs/
H A Dsimple.rs22 /* RenderScript kernel that just sets the colour of the screen and does some
26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)

Completed in 342 milliseconds

12345