repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
progs
/
profiler1.c
blob
4df9088bfc0037a717d6e3a11fb375ea31daa62a
1
// SPDX-License-Identifier: GPL-2.0
2
/* Copyright (c) 2020 Facebook */
3
#define barrier_var(var) asm volatile(
""
:
"=r"
(var) :
"0"
(var))
4
#define UNROLL
5
#define INLINE __always_inline
6
#include
"profiler.inc.h"