CC = gcc CFLAGS = -O2 -Wall -pthread all: trace-agent .c.o: $(CC) $(CFLAGS) -c $^ -o $@ trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o $(CC) $(CFLAGS) -o $@ $^ clean: rm -f *.o trace-agent lternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/kernel/futex.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/futex.c
diff options
context:
space:
mode:
authorHuang Shijie <shijie.huang@arm.com>2016-05-20 17:04:36 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-20 17:58:30 -0700
commitea9b50133ffebbd580cb5cd0aa222784d7a2fcb1 (patch)
treed7bca19b41605e7ffecaea2b4d615b02edb4aaad /kernel/futex.c
parentd04659ac94528e9224dbf1aed37dd11dd952cacc (diff)
samples/kprobes: print out the symbol name for the hooks
Print out the symbol name for the hooks, it makes the logs more readable. Link: http://lkml.kernel.org/r/1463535417-29637-2-git-send-email-shijie.huang@arm.com Signed-off-by: Huang Shijie <shijie.huang@arm.com> Cc: Petr Mladek <pmladek@suse.com> Cc: Steve Capper <steve.capper@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/futex.c')