Home
last modified time | relevance | path

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

/external/bcc/examples/cpp/
DRecordMySQLQuery.cc45 const std::string ALLOC_QUERY_FUNC = "_Z11alloc_queryP3THDPKcj"; variable
72 bpf.attach_uprobe(mysql_path, ALLOC_QUERY_FUNC, "probe_mysql_query"); in main()
97 auto detach_res = bpf.detach_uprobe(mysql_path, ALLOC_QUERY_FUNC); in main()