Lines Matching full:storage
14 #define TEST_CGROUP "/test-bpf-cgroup-storage-buf/"
86 printf("Failed to get the first key in cgroup storage\n"); in main()
91 printf("Failed to lookup cgroup storage 0\n"); in main()
99 printf("Failed to update the data in the cgroup storage\n"); in main()
108 /* Check the counter in the cgroup local storage */ in main()
110 printf("Failed to lookup cgroup storage\n"); in main()
115 printf("Unexpected data in the cgroup storage: %llu\n", value); in main()
119 /* Bump the counter in the cgroup local storage */ in main()
122 printf("Failed to update the data in the cgroup storage\n"); in main()
131 /* Check the final value of the counter in the cgroup local storage */ in main()
133 printf("Failed to lookup the cgroup storage\n"); in main()
138 printf("Unexpected data in the cgroup storage: %llu\n", value); in main()
142 /* Check the final value of the counter in the percpu local storage */ in main()
148 printf("Failed to lookup the per-cpu cgroup storage\n"); in main()
157 printf("Unexpected data in the per-cpu cgroup storage\n"); in main()