libbpf-tools/bitesize: inline trace_rq_issue
When running with 5.10 kernel, bitesize fails verification as a result of passing a modified ctx pointer into trace_rq_issue. Forcing the compiler to inline trace_rq_issue fixes the problem.
Signed-off-by: Connor O'Brien [email protected]
Your change looks okay. But could you have a little more details on the commit message, esp. w.r.t. passing a modified ctx pointer into trace_rq_issue. Could you show the assembly code and verification failure log so people can see what is the exact problem?
Your change looks okay. But could you have a little more details on the commit message, esp. w.r.t. passing a modified ctx pointer into trace_rq_issue. Could you show the assembly code and verification failure log so people can see what is the exact problem?