aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stackmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo1-4/+4
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programsAlexei Starovoitov1-1/+1
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov1-18/+68
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov1-0/+3
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov1-0/+237