Home
last modified time | relevance | path

Searched refs:TestUprobes (Results 1 – 2 of 2) sorted by relevance

/external/bcc/tests/lua/
Dtest_uprobes.lua3 local TestUprobes = {}
10 function TestUprobes:test_simple_library()
41 function TestUprobes:test_simple_binary()
66 function TestUprobes:teardown()
70 suite("TestUprobes", TestUprobes)
/external/bcc/tests/python/
Dtest_uprobes.py14 class TestUprobes(unittest.TestCase): class