Home
last modified time | relevance | path

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

/external/bcc/examples/tracing/
Ddisksnoop.py16 REQ_WRITE = 1 # from include/linux/blk_types.h variable
57 if int(bflags_s, 16) & REQ_WRITE:
/external/bcc/docs/
Dtutorial_bcc_python_developer.md191 REQ_WRITE = 1 # from include/linux/blk_types.h
228 1. ```REQ_WRITE```: We're defining a kernel constant in the Python program because we'll use it the…