2c8e88a76b
* Adding att parser wrapper * Adding ATT tests as optional * Adding decoder API for query capability * Removed samples * Formatting * adding new line * Removed perfetto and moved to static library * using default search for lib * Updated to SDK * Namespace changes * Added tests * Small refactor * Updated API to receive agent_id * Fixing tests * Tidy fixes * Not write to file * Switch to filesystem.hpp * Compilation fixes * Formatting * Tidy fix * Removed likely * Adding tests * Added gfx9 test * Adding gfx12 tests * Formatting * Enable tidy * Fix tests * Fix deadlock on agent test * Workaround ASAN * Moving query outside class. * Fix standalone tool * Addressing comments * Formatting * Change query name * Fixed some tests. Updated PR comments. * Formatting * Improved coverage * Formatting * Fix for comments * Formatting * Adding some description. Fix error type. --------- Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
34 satır
1.1 KiB
Plaintext
34 satır
1.1 KiB
Plaintext
[submodule "external/googletest"]
|
|
path = external/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "external/glog"]
|
|
path = external/glog
|
|
url = https://github.com/google/glog.git
|
|
[submodule "fmt"]
|
|
path = external/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "source/docs/doxygen-awesome-css"]
|
|
path = external/doxygen-awesome-css
|
|
url = https://github.com/jothepro/doxygen-awesome-css.git
|
|
[submodule "external/ptl"]
|
|
path = external/ptl
|
|
url = https://github.com/jrmadsen/PTL
|
|
[submodule "external/cereal"]
|
|
path = external/cereal
|
|
url = https://github.com/jrmadsen/cereal.git
|
|
[submodule "external/filesystem"]
|
|
path = external/filesystem
|
|
url = https://github.com/gulrak/filesystem.git
|
|
[submodule "external/perfetto"]
|
|
path = external/perfetto
|
|
url = https://android.googlesource.com/platform/external/perfetto
|
|
[submodule "external/elfio"]
|
|
path = external/elfio
|
|
url = https://github.com/serge1/ELFIO.git
|
|
[submodule "external/yaml-cpp"]
|
|
path = external/yaml-cpp
|
|
url = https://github.com/jbeder/yaml-cpp.git
|
|
[submodule "external/json"]
|
|
path = external/json
|
|
url = https://github.com/nlohmann/json.git
|