Searched refs:commands (Results 1 – 2 of 2) sorted by relevance
/linux-tools/perf/execommand/ |
H A D | perf_comm.cpp | 45 unordered_map<int, string> commands; variable 80 commands[pid] = string(bb); in process_event() 97 if (commands.count(pid)==0) continue; in process_queue() 100 printf("<--?--> start command [%s](%d)\n", commands[pid].c_str(), pid); in process_queue() 102 … printf("<%s> start command [%s](%d)\n", hostnames[pid].c_str(), commands[pid].c_str(), pid); in process_queue() 106 if (commands.count(pid)) { in process_queue() 108 printf("<--?--> stop command [%s](%d)\n", commands[pid].c_str(), pid); in process_queue() 110 … printf("<%s> stop command [%s](%d)\n", hostnames[pid].c_str(), commands[pid].c_str(), pid); in process_queue() 112 commands.erase(pid); in process_queue()
|
/linux-tools/ |
H A D | LICENSE | 109 the interface presents a list of user commands or options, such as a 660 The hypothetical commands `show w' and `show c' should show the appropriate 661 parts of the General Public License. Of course, your program's commands
|