Lines Matching full:storage
15 #define TEST_CGROUP "/test-bpf-cgroup-storage-buf/"
90 printf("Failed to get the first key in cgroup storage\n"); in main()
95 printf("Failed to lookup cgroup storage 0\n"); in main()
103 printf("Failed to update the data in the cgroup storage\n"); in main()
112 /* Check the counter in the cgroup local storage */ in main()
114 printf("Failed to lookup cgroup storage\n"); in main()
119 printf("Unexpected data in the cgroup storage: %llu\n", value); in main()
123 /* Bump the counter in the cgroup local storage */ in main()
126 printf("Failed to update the data in the cgroup storage\n"); in main()
135 /* Check the final value of the counter in the cgroup local storage */ in main()
137 printf("Failed to lookup the cgroup storage\n"); in main()
142 printf("Unexpected data in the cgroup storage: %llu\n", value); in main()
146 /* Check the final value of the counter in the percpu local storage */ in main()
152 printf("Failed to lookup the per-cpu cgroup storage\n"); in main()
161 printf("Unexpected data in the per-cpu cgroup storage\n"); in main()