]> git.baikalelectronics.ru Git - kernel.git/commit
perf beauty: Make all sockaddr files use a common naming scheme
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Nov 2021 12:42:01 +0000 (09:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Nov 2021 13:40:34 +0000 (10:40 -0300)
commit1dedc37a34f0b90bef2a761f0c74637c4c45e4e9
tree1b6c770777dfdcf42b379441afeb6fe2e9c739a2
parent96753a983fb733c7f48fce42a9d81e198bf00af5
perf beauty: Make all sockaddr files use a common naming scheme

The script that generates the tables was named 'socket.sh', which is
confusing, rename it to sockaddr.sh and make sure the related
Makefile.perf targets also use the 'sockaddr' namespace.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf
tools/perf/trace/beauty/sockaddr.c
tools/perf/trace/beauty/sockaddr.sh [new file with mode: 0755]
tools/perf/trace/beauty/socket.sh [deleted file]