summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stackmap.c
AgeCommit message (Expand)AuthorLines
2019-02-11bpf: fix lockdep false positive in stackmapAlexei Starovoitov-1/+7
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev-0/+2
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev-2/+5
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu-1/+2
2018-10-19bpf: rename stack trace map operationsMauricio Vasquez B-1/+1
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole-1/+1
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann-0/+1
2018-05-28bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann-4/+3
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu-6/+53
2018-04-29bpf: add bpf_get_stack helperYonghong Song-0/+67
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song-8/+5
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu-22/+235
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski-5/+1
2018-01-06bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song-2/+26
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng-1/+4
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau-3/+5
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann-0/+1
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg-13/+1
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann-1/+1
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann-12/+8
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann-3/+2
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar-1/+1
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo-1/+1
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo-1/+2
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo-4/+4
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov-1/+1
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov-18/+68
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov-0/+3
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov-0/+237