/tools/perf/util/ |
D | srcline.c | 20 const char *input; member 121 a2l->input = strdup(path); in addr2line_init() 122 if (a2l->input == NULL) in addr2line_init() 132 zfree((char **)&a2l->input); in addr2line_init() 143 zfree((char **)&a2l->input); in addr2line_cleanup()
|
D | header.c | 1621 int input, u64 offset, u64 size) in perf_header__read_build_ids_abi_quirk() argument 1636 if (readn(input, &old_bev, sizeof(old_bev)) != sizeof(old_bev)) in perf_header__read_build_ids_abi_quirk() 1643 if (readn(input, filename, len) != len) in perf_header__read_build_ids_abi_quirk() 1667 int input, u64 offset, u64 size) in perf_header__read_build_ids() argument 1678 if (readn(input, &bev, sizeof(bev)) != sizeof(bev)) in perf_header__read_build_ids() 1685 if (readn(input, filename, len) != len) in perf_header__read_build_ids() 1701 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1) in perf_header__read_build_ids() 1703 return perf_header__read_build_ids_abi_quirk(header, input, offset, size); in perf_header__read_build_ids()
|
/tools/perf/Documentation/ |
D | perf-kmem.txt | 25 --input=<file>:: 26 Select the input file (default: perf.data unless stdin is a fifo)
|
D | perf-buildid-list.txt | 20 file using -i/--input. 28 --input=::
|
D | perf-annotate.txt | 11 'perf annotate' [-i <file> | --input=file] [symbol_name] 15 This command reads the input file and displays an annotated version of the 24 --input=::
|
D | perf-evlist.txt | 20 --input=::
|
D | perf-kvm.txt | 29 is input, the perf data file name is perf.data.guest. If --host is input, 31 perf.data.host, please input --host --no-guest. The behaviors are shown as 70 --input=<path>::
|
D | perf-lock.txt | 34 --input=<file>::
|
D | perf-inject.txt | 33 --input=::
|
D | perf-timechart.txt | 39 --input=:: 40 Select the input file (default: perf.data unless stdin is a fifo)
|
D | perf-sched.txt | 42 --input=<file>::
|
D | perf-script.txt | 19 This command reads the input file and displays the trace recorded. 108 --input=::
|
D | perf-trace.txt | 86 --input
|
D | perf-report.txt | 11 'perf report' [-i <file> | --input=file] 21 --input=::
|
D | perf-top.txt | 235 Pressing any unmapped key displays a menu, and prompts for input.
|
D | perf-script-perl.txt | 17 built-in Perl interpreter. It reads and processes the input file and
|
D | perf-script-python.txt | 17 built-in Python interpreter. It reads and processes the input file and
|
/tools/perf/ui/tui/ |
D | util.c | 72 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument 160 strncpy(input, buf, len+1); in ui_browser__input_window()
|
/tools/firewire/ |
D | nosy-dump.c | 914 FILE *output = NULL, *input = NULL; in main() local 938 input = fopen(option_input, "r"); in main() 939 if (input == NULL) { in main() 987 if (input != NULL) { in main() 988 if (fread(&length, sizeof length, 1, input) != 1) in main() 990 fread(buf, 1, length, input); in main()
|
/tools/perf/ui/ |
D | browser.h | 59 int ui_browser__input_window(const char *title, const char *text, char *input,
|
/tools/lib/traceevent/ |
D | parse-filter.c | 44 const char *input; in show_error() local 49 input = pevent_get_input_buf(); in show_error() 51 len = input ? strlen(input) : 0; in show_error() 54 strcpy(error_buf, input); in show_error()
|
/tools/perf/ |
D | builtin-script.c | 1785 int input; in cmd_script() local 1794 input = open(file.path, O_RDONLY); /* input_name */ in cmd_script() 1795 if (input < 0) { in cmd_script() 1801 err = fstat(input, &perf_stat); in cmd_script()
|