1# This file should be kept up to date with the list of maintainers responsible 2# for the different subdirectories within BCC. One of these people SHOULD 3# review code that touches the respective areas, and MUST review it if the 4# change is substantial or API-breaking. 5 6# see https://help.github.com/articles/about-codeowners/ for syntax 7 8# Miscellaneous 9* @drzaeus77 @goldshtn @yonghong-song @4ast @brendangregg @davemarchevsky 10 11# Documentation 12/docs/ @brendangregg @goldshtn @davemarchevsky 13/man/ @brendangregg @goldshtn @davemarchevsky 14 15# Tools 16/tools/ @brendangregg @goldshtn @davemarchevsky 17 18# Compiler, C API 19/src/cc/ @drzaeus77 @yonghong-song @4ast @davemarchevsky 20 21# Python API 22/src/python/ @drzaeus77 @goldshtn @davemarchevsky 23 24# Tests 25/tests/ @drzaeus77 @yonghong-song @davemarchevsky 26