aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stackmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-3/+2
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar1-1/+1
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo1-1/+1
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-1/+2
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