summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/stackmap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-02-111-1/+7
* bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-01-171-0/+2
* bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-01-171-2/+5
* bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu2019-01-101-1/+2
* bpf: rename stack trace map operationsMauricio Vasquez B2018-10-191-1/+1
* bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-091-1/+1
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-0/+1
* bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann2018-05-281-4/+3
* bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-6/+53
* bpf: add bpf_get_stack helperYonghong Song2018-04-291-0/+67
* bpf: change prototype for stack_map_get_build_id_offsetYonghong Song2018-04-291-8/+5
* bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-151-22/+235
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-5/+1
* bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song2018-01-061-2/+26
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-1/+4
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-3/+5
* bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-251-0/+1
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-13/+1
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-1/+1
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-181-12/+8
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-3/+2
* Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-081-1/+1
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-1/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-1/+1
| |\ \
| | * | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-071-1/+1
* | | | perf core: Per event callchain limitArnaldo Carvalho de Melo2016-05-301-1/+1
| |_|/ |/| |
* | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-1/+2
|/ /
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-4/+4
|/
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-081-18/+68
* bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-081-0/+3
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+237
OpenPOWER on IntegriCloud