| /linux/tools/perf/util/ |
| H A D | data.h | 29 struct perf_data { struct 46 static inline bool perf_data__is_read(struct perf_data *data) in perf_data__is_read() argument 51 static inline bool perf_data__is_write(struct perf_data *data) in perf_data__is_write() 56 static inline int perf_data__is_pipe(struct perf_data *data) in perf_data__is_pipe() 61 static inline bool perf_data__is_dir(struct perf_data *data) in perf_data__is_dir() 66 static inline bool perf_data__is_single_file(struct perf_data *data) in perf_data__is_single_file() 71 static inline int perf_data__fd(struct perf_data *data) in perf_data__fd() 79 int perf_data__open(struct perf_data *data); 80 void perf_data__close(struct perf_data *data); 81 ssize_t perf_data__read(struct perf_data *dat 31 fileperf_data global() argument 37 modeperf_data global() argument [all...] |
| H A D | data.c | 32 void perf_data__close_dir(struct perf_data *data) in perf_data__close_dir() 37 int perf_data__create_dir(struct perf_data *data, int nr) in perf_data__create_dir() 88 int perf_data__open_dir(struct perf_data *data) in perf_data__open_dir() 161 static bool check_pipe(struct perf_data *data) in check_pipe() 200 static int check_backup(struct perf_data *data) in check_backup() 232 static bool is_dir(struct perf_data *data) in is_dir() 242 static int open_file_read(struct perf_data *data) in open_file_read() 282 static int open_file_write(struct perf_data *data) in open_file_write() 292 static int open_file(struct perf_data *data) in open_file() 308 static int open_file_dup(struct perf_data *data) in open_file_dup() [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 | 353 struct perf_data data = { in bt_convert__perf2json()
|
| H A D | intel-tpebs.c | 232 struct perf_data data = { in __sample_reader()
|
| /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 | 36 struct perf_data data = { in session_write_header() 66 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() 1900 struct perf_data *data = &rec->data; in record__switch_output() 2087 struct perf_data *data = &rec->data; in record__synthesize() 2432 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() 2485 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 | 1061 struct perf_data *data = session->data; in __cmd_report() 1511 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 | 4800 unsigned long long perf_data[NUM_RAPL_COUNTERS + 1]; in get_rapl_counters() local 4817 const ssize_t actual_read_size = read(rci->fd_perf, &perf_data[0], sizeof(perf_data)); in get_rapl_counters() 4830 assert(pi < ARRAY_SIZE(perf_data)); in get_rapl_counters() 4835 i, perf_data[pi], rci->scale[i], perf_data[pi] * rci->scale[i]); in get_rapl_counters() 4837 rci->data[i] = perf_data[pi]; in get_rapl_counters() 4896 unsigned long long perf_data[NUM_CSTATE_COUNTERS]; in get_cstate_counters() local 4908 ZERO_ARRAY(perf_data); in get_cstate_counters() 4958 memcpy(&perf_data[0], &perf_data_core[1], num_core_counters * sizeof(unsigned long long)); in get_cstate_counters() 4961 …memcpy(&perf_data[num_core_counters], &perf_data_pkg[1], num_pkg_counters * sizeof(unsigned long l… in get_cstate_counters() 4969 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;
|