]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/probe-finder.h
perf probe: Support probing on offline cross-arch binary
[linux.git] / tools / perf / util / probe-finder.h
index 51137fccb9c81abf96f2fc0559437f552f6254f6..f1d8558f498e96771c13b3f42046a757e888bdf2 100644 (file)
@@ -80,6 +80,7 @@ struct probe_finder {
        Dwarf_CFI               *cfi_dbg;
 #endif
        Dwarf_Op                *fb_ops;        /* Frame base attribute */
+       unsigned int            machine;        /* Target machine arch */
        struct perf_probe_arg   *pvar;          /* Current target variable */
        struct probe_trace_arg  *tvar;          /* Current result variable */
 };