Skip to content

Commit

Permalink
scripts/tags.sh: Add BPF_CALL
Browse files Browse the repository at this point in the history
Signed-off-by: Constantine Shulyupin <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Constantine Shulyupin authored and davem330 committed Jul 16, 2018
1 parent c604cb7 commit 24d4e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ regex_asm=(
)
regex_c=(
'/^SYSCALL_DEFINE[0-9](\([[:alnum:]_]*\).*/sys_\1/'
'/^BPF_CALL_[0-9](\([[:alnum:]_]*\).*/\1/'
'/^COMPAT_SYSCALL_DEFINE[0-9](\([[:alnum:]_]*\).*/compat_sys_\1/'
'/^TRACE_EVENT(\([[:alnum:]_]*\).*/trace_\1/'
'/^TRACE_EVENT(\([[:alnum:]_]*\).*/trace_\1_rcuidle/'
Expand Down

0 comments on commit 24d4e34

Please sign in to comment.