Home
last modified time | relevance | path

Searched refs:__perf_magic (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/util/
Dheader.c73 static const char *__perf_magic = "PERFFILE";
76 static const char const __perf_magic[9] __attribute__ ((aligned (8))) = variable
81 #define PERF_MAGIC (*(u64 *)__perf_magic)
630 memcmp(&header->magic, __perf_magic, sizeof(header->magic))) in perf_file_header__read()
851 memcmp(&header->magic, __perf_magic, sizeof(header->magic))) in perf_file_header__read_pipe()
/external/linux-tools-perf/
Dandroid.patch671 static const char *__perf_magic = "PERFFILE";
674 +static const char const __perf_magic[9] __attribute__ ((aligned (8))) =
679 #define PERF_MAGIC (*(u64 *)__perf_magic)