summaryrefslogtreecommitdiff
path: root/privs.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04privs: move drop_privileges out of xutilsDaniel Borkmann1-0/+19
Again, also to be able to maintain this more easily. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
='dt' onchange='this.form.submit();'>
authorWang Nan <wangnan0@huawei.com>2016-01-13 12:17:14 +0000
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-01-15 16:31:59 -0300
commit7be43dfb1e617b87bf2d936d82c026be39b43910 (patch)
treeca3595a50c024aa1f26dfa5892867e8a1fbf8199 /tools/perf/tests/make
parent40c4a0f92aed570cc529a1e5c24c7e04a0ce8b85 (diff)
perf build: Set parallel making options build-test
'make build-test' is painful because of time consuming. In a full test, all test cases are built twice with tools/perf/Makefile and tools/perf/Makefile.perf. 'Makefile' automatically computes parallel options for make, but 'Makefile.perf' not, so all test cases is built with one job. It is very slow. This patch adds '-j' options to Makefile.perf testing. It computes parallel building options like what tools/perf/Makefile does, and pass '-j' option to Makefile.perf test. Signed-off-by: Wang Nan <wangnan0@huawei.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Zefan Li <lizefan@huawei.com> Cc: pi3orama@163.com Link: http://lkml.kernel.org/r/1452687442-6186-2-git-send-email-wangnan0@huawei.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/make')