mirror of https://gitee.com/openkylin/linux.git
perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough
To reduce the header dependency and avoid unnecessary rebuilds when things change in symbol.h. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lkml.kernel.org/n/tip-6duflwliprh2tr47w5x4t260@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
daecf9e0fa
commit
9cd997f85e
|
@ -8,7 +8,7 @@
|
|||
#include <linux/perf_event.h>
|
||||
#include <linux/types.h>
|
||||
#include "xyarray.h"
|
||||
#include "symbol.h"
|
||||
#include "symbol_conf.h"
|
||||
#include "cpumap.h"
|
||||
#include "counts.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue