HomeSort by relevance Sort by last modified time
    Searched refs:stack_entries (Results 1 - 4 of 4) sorted by null

  /external/bcc/tests/python/
test_stackid.py 29 BPF_HASH(stack_entries, int, int);
36 stack_entries.update(&key, &id);
42 stack_entries = b["stack_entries"]
45 k = stack_entries.Key(1)
46 self.assertIn(k, stack_entries)
47 stackid = stack_entries[k]
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DebugInfo.php 19 * Generated from protobuf field <code>repeated string stack_entries = 1;</code>
21 private $stack_entries; variable
33 * Generated from protobuf field <code>repeated string stack_entries = 1;</code>
38 return $this->stack_entries;
42 * Generated from protobuf field <code>repeated string stack_entries = 1;</code>
49 $this->stack_entries = $arr; variable
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_finalize.cpp 943 unsigned stack_entries = (elems + 3) >> 2; local
945 if (nstack < stack_entries)
946 nstack = stack_entries;
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
EchoMessages.cs 101 /// <summary>Field number for the "stack_entries" field.</summary>
    [all...]

Completed in 254 milliseconds