event-times.c (8520a98dbab61e9e340cdfb72dd17ccc8a98961e) | event-times.c (f2a39fe84901df2b3d1bec3459b65cee3e8db57c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2#include <linux/compiler.h> 3#include <linux/string.h> 4#include <errno.h> 5#include <inttypes.h> 6#include <string.h> 7#include <sys/wait.h> 8#include <perf/cpumap.h> 9#include "tests.h" 10#include "evlist.h" 11#include "evsel.h" 12#include "util.h" 13#include "debug.h" | 1// SPDX-License-Identifier: GPL-2.0 2#include <linux/compiler.h> 3#include <linux/string.h> 4#include <errno.h> 5#include <inttypes.h> 6#include <string.h> 7#include <sys/wait.h> 8#include <perf/cpumap.h> 9#include "tests.h" 10#include "evlist.h" 11#include "evsel.h" 12#include "util.h" 13#include "debug.h" |
14#include "parse-events.h" |
|
14#include "thread_map.h" 15#include "target.h" 16 17static int attach__enable_on_exec(struct evlist *evlist) 18{ 19 struct evsel *evsel = perf_evlist__last(evlist); 20 struct target target = { 21 .uid = UINT_MAX, --- 220 unchanged lines hidden --- | 15#include "thread_map.h" 16#include "target.h" 17 18static int attach__enable_on_exec(struct evlist *evlist) 19{ 20 struct evsel *evsel = perf_evlist__last(evlist); 21 struct target target = { 22 .uid = UINT_MAX, --- 220 unchanged lines hidden --- |