OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comm_for_pid
(Results
1 - 2
of
2
) sorted by null
/external/bcc/tools/
bpflist.py
34
def
comm_for_pid
(pid):
function
81
comm =
comm_for_pid
(pid)
syscount.py
519
def
comm_for_pid
(pid):
function
527
return b"%-6d %-15s" % (key.value,
comm_for_pid
(key.value))
Completed in 2895 milliseconds