Searched refs:mysql_path (Results 1 – 1 of 1) sorted by relevance
61 std::string mysql_path(argv[1]); in main() local62 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()