Lines Matching full:bcc
10 target_link_libraries(HelloWorld bcc-static)
13 target_link_libraries(CPUDistribution bcc-static)
16 target_link_libraries(RecordMySQLQuery bcc-static)
19 target_link_libraries(TCPSendStack bcc-static)
22 target_link_libraries(RandomRead bcc-static)
25 target_link_libraries(LLCStat bcc-static)
28 target_link_libraries(FollyRequestContextSwitch bcc-static)
31 target_link_libraries(UseExternalMap bcc-static)
34 install (TARGETS HelloWorld DESTINATION share/bcc/examples/cpp)
35 install (TARGETS CPUDistribution DESTINATION share/bcc/examples/cpp)
36 install (TARGETS RecordMySQLQuery DESTINATION share/bcc/examples/cpp)
37 install (TARGETS TCPSendStack DESTINATION share/bcc/examples/cpp)
38 install (TARGETS RandomRead DESTINATION share/bcc/examples/cpp)
39 install (TARGETS LLCStat DESTINATION share/bcc/examples/cpp)
40 install (TARGETS FollyRequestContextSwitch DESTINATION share/bcc/examples/cpp)
41 install (TARGETS UseExternalMap DESTINATION share/bcc/examples/cpp)