mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
util/perf: move u_perfetto to here
Acked-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Antonio Caggiano <antonio.caggiano@collabora.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18260>
This commit is contained in:
parent
fc410b024d
commit
19b7d5284b
6 changed files with 5 additions and 5 deletions
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
#include "tu_perfetto.h"
|
||||
|
||||
#include "util/u_perfetto.h"
|
||||
#include "util/hash_table.h"
|
||||
#include "util/perf/u_perfetto.h"
|
||||
|
||||
#include "tu_tracepoints.h"
|
||||
#include "tu_tracepoints_perfetto.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <perfetto.h>
|
||||
|
||||
#include "util/u_perfetto.h"
|
||||
#include "util/perf/u_perfetto.h"
|
||||
|
||||
#include "freedreno_tracepoints.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#ifdef HAVE_PERFETTO
|
||||
|
||||
#include "util/u_perfetto.h"
|
||||
#include "util/perf/u_perfetto.h"
|
||||
|
||||
#include "intel_tracepoints_perfetto.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -232,8 +232,8 @@ endif
|
|||
|
||||
if with_perfetto
|
||||
files_mesa_util += files(
|
||||
'u_perfetto.cc',
|
||||
'u_perfetto.h',
|
||||
'perf/u_perfetto.cc',
|
||||
'perf/u_perfetto.h',
|
||||
)
|
||||
deps_for_libmesa_util += dep_perfetto
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue