tree: 1b4d988a27a08e2fed5865e35ed95540de02dbfc [path history] [tgz]
  1. meta/
  2. testing/
  3. BUILD.gn
  4. main.cc
  5. modes.cc
  6. modes.h
  7. options.cc
  8. options.h
  9. README.md
garnet/bin/iquery/README.md

iquery

Reviewed on: 2019-07-22

iquery is a command line tool for discovering and retrieving inspect data exposed by components. More can be read about iquery here.

Building

This project can be added to builds by including --with //src/sys/… to the fx set invocation.

Running

Documentation on using iquery is available here.

Testing

Tests for iquery are available in the iquery_golden_tests package:

$ fx run-test iquery_golden_test

Source layout

The entrypoint is located in main.cc, with the rest of the implementation living in top-level .cc and .h files. Tests are located in the testing/ directory.