| /linux/tools/perf/util/ |
| H A D | data.h | 22 * part of struct perf_data. 26 * @path: Path of file. Generally a copy of perf_data.path but for a 46 * struct perf_data: A wrapper around a file used for perf.data reading or writing. in perf_data__is_read() argument 48 struct perf_data { in perf_data__is_read() 84 static inline bool perf_data__is_read(struct perf_data *data) 89 static inline bool perf_data__is_write(struct perf_data *data) 94 static inline int perf_data__is_pipe(struct perf_data *data) 99 static inline bool perf_data__is_dir(struct perf_data *data) 104 static inline bool perf_data__is_single_file(struct perf_data *data) 109 static inline int perf_data__fd(struct perf_data *dat 29 struct perf_data { global() struct 31 fileperf_data global() argument 37 modeperf_data global() argument [all...] |
| H A D | data.c | 45 void perf_data__close_dir(struct perf_data *data) in perf_data__create_dir() 52 int perf_data__create_dir(struct perf_data *data, int nr) in perf_data__create_dir() 103 int perf_data__open_dir(struct perf_data *data) in perf_data__open_dir() 181 static bool check_pipe(struct perf_data *data) in check_pipe() 220 static int check_backup(struct perf_data *data) in check_backup() 252 static bool is_dir(struct perf_data *data) in open_file_read() 262 static int open_file_read(struct perf_data *data) in open_file_read() 302 static int open_file_write(struct perf_data *data) in open_file() 312 static int open_file(struct perf_data *data) in open_file_dup() 328 static int open_file_dup(struct perf_data *dat in open_dir() [all...] |
| H A D | session.h | 77 struct perf_data *data; 108 struct perf_session *__perf_session__new(struct perf_data *data, 113 static inline struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new()
|
| H A D | jit.h | 7 int jit_process(struct perf_session *session, struct perf_data *output,
|
| H A D | synthetic-events.h | 19 struct perf_data; 128 struct perf_data *data,
|
| H A D | jitdump.c | 36 struct perf_data *output; 61 struct perf_data output; 62 struct perf_data input; 846 struct perf_data *output, in jit_process()
|
| H A D | data-convert-json.c | 343 struct perf_data data = { in bt_convert__perf2json()
|
| H A D | intel-tpebs.c | 222 struct perf_data data = { in process_feature_event()
|
| /linux/tools/perf/tests/shell/ |
| H A D | addr2line_inlines.sh | 9 perf_data="${test_dir}/perf.data" 27 perf record --call-graph fp -e task-clock:u -o "${perf_data}" -- perf test -w inlineloop 1 30 perf script -i "${perf_data}" --fields +srcline > "${perf_script_txt}" 47 perf record --call-graph dwarf -e task-clock:u -o "${perf_data}" -- perf test -w inlineloop 1 50 perf script -i "${perf_data}" --fields +srcline > "${perf_script_txt}" 74 perf record --call-graph lbr -e cycles:u -o "${perf_data}" -- perf test -w inlineloop 1 77 perf script -i "${perf_data}" --fields +srcline > "${perf_script_txt}"
|
| H A D | record+probe_libc_inet_pton.sh | 53 perf_data=`mktemp -u /tmp/perf.data.XXX` 63 perf record -e $event_name/$eventattr/ -o $perf_data ping -6 -c 1 ::1 > /dev/null 2>&1 65 if [ ! -e $perf_data ]; then 66 printf "FAIL: perf record failed to create \"%s\" \n" "$perf_data" 69 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script 115 rm -f ${perf_data} ${perf_script} ${expected}
|
| H A D | script.sh | 85 perf_data="${temp_dir}/pp-perf.data" 88 perf record -o "${perf_data}" --sample-cpu uname 89 python3 "${pp}" -o "${output1_dir}" --jobs 4 --verbose -- perf script -i "${perf_data}" 90 python3 "${pp}" -o "${output2_dir}" --jobs 4 --verbose --per-cpu -- perf script -i "${perf_data}"
|
| H A D | perf-report-hierarchy.sh | 33 perf_data="${temp_dir}/perf-report-hierarchy-perf.data" 34 perf record -o "${perf_data}" uname 35 perf report --hierarchy -i "${perf_data}" > /dev/null
|
| H A D | buildid.sh | 126 perf_data=$2 174 if [ -n "${perf_data}" ]; then 175 ${perf} buildid-list -i ${perf_data} | grep -q ${id} 177 echo "failed: ${id} is not reported by \"perf buildid-list -i ${perf_data}\""
|
| /linux/tools/perf/tests/ |
| H A D | topology.c | 37 struct perf_data data = { in session_write_header() 69 struct perf_data data = { in check_cpu_topology()
|
| /linux/tools/perf/ |
| H A D | builtin-evlist.c | 34 struct perf_data data = { in __cmd_evlist()
|
| H A D | builtin-buildid-list.c | 90 struct perf_data data = { in perf_session__list_build_ids()
|
| H A D | builtin-record.c | 159 struct perf_data data; 739 struct perf_data *data = &rec->data; in record__process_auxtrace() 991 static int record__kcore_copy(struct machine *machine, struct perf_data *data) in record__kcore_copy() 1838 struct perf_data *data = &rec->data; in record__finish_output() 1902 struct perf_data *data = &rec->data; in record__switch_output() 2089 struct perf_data *data = &rec->data; in record__synthesize() 2434 struct perf_data *data = &rec->data; in __cmd_record()
|
| H A D | builtin-mem.c | 272 struct perf_data data = { in report_raw_events()
|
| H A D | builtin-buildid-cache.c | 388 struct perf_data data = { in cmd_buildid_cache()
|
| H A D | builtin-inject.c | 82 struct perf_data data; 127 struct perf_data output; 244 static int copy_bytes(struct perf_inject *inject, struct perf_data *data, off_t size) in copy_bytes() 2508 struct perf_data data = { in cmd_inject()
|
| H A D | builtin-sched.c | 245 struct perf_data *data; 1925 struct perf_data data = { in perf_sched__read_events() 3286 struct perf_data data = { in perf_sched__timehist() 3816 struct perf_data data = { in perf_sched__schedstat_record() 4488 struct perf_data data = { in perf_sched__schedstat_report() 4541 struct perf_data data[2]; in perf_sched__schedstat_diff()
|
| H A D | builtin-report.c | 1056 struct perf_data *data = session->data; in __cmd_report() 1505 struct perf_data data = { in cmd_report()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 165 struct perf_data data = { in find_scripts()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 4853 unsigned long long perf_data[NUM_RAPL_COUNTERS + 1]; in get_rapl_counters() local 4870 const ssize_t actual_read_size = read(rci->fd_perf, &perf_data[0], sizeof(perf_data)); in get_rapl_counters() 4883 assert(pi < ARRAY_SIZE(perf_data)); in get_rapl_counters() 4888 i, perf_data[pi], rci->scale[i], perf_data[pi] * rci->scale[i]); in get_rapl_counters() 4890 rci->data[i] = perf_data[pi]; in get_rapl_counters() 4949 unsigned long long perf_data[NUM_CSTATE_COUNTERS]; in get_cstate_counters() local 4961 ZERO_ARRAY(perf_data); in get_cstate_counters() 5011 memcpy(&perf_data[0], &perf_data_core[1], num_core_counters * sizeof(unsigned long long)); in get_cstate_counters() 5014 …memcpy(&perf_data[num_core_counters], &perf_data_pkg[1], num_pkg_counters * sizeof(unsigned long l… in get_cstate_counters() 5022 assert(pi < ARRAY_SIZE(perf_data)); in get_cstate_counters() [all …]
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | audioreach.c | 18 struct apm_prop_data perf_data; member 348 cfg->perf_data.prop_id = APM_SUB_GRAPH_PROP_ID_PERF_MODE; in apm_populate_module_prop_obj() 349 cfg->perf_data.prop_size = APM_SG_PROP_ID_PERF_MODE_SIZE;
|