// Copyright (C) 2018 Marko Myllynen // Licensed under the Apache License, Version 2.0 (the "License") struct tp_t { char tp[64]; }; BPF_HASH(stats, struct tp_t, u64, TRACEPOINT_COUNT);