Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/examples/cpp/
H A DRecordMySQLQuery.cc61 std::string mysql_path(argv[1]); in main() local
62 std::cout << "Using mysqld path: " << mysql_path << std::endl; in main()
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()