Lines Matching refs:data
5 * Builtin report command: Analyze the perf.data input file,
45 #include "util/data.h"
368 bool is_pipe = perf_data__is_pipe(session->data);
385 "callchain data. Did you call "
392 "But no callchain or branch data.\n"
417 ui__error("Selected -b but no branch data. "
427 * compatibility, set the bit if it's an old perf data file.
438 ui__error("Selected --mem-mode but no mem data. "
676 * care if the key notifies us to switch data file.
960 struct perf_data *data = session->data;
1045 ui__error("The %s data has no samples!\n", data->path);
1271 OPT_BOOLEAN(0, "header", &report.header, "Show data header."),
1273 "Show only data header."),
1328 "Display extended information about perf.data file"),
1405 struct perf_data data = {
1479 input_name = "perf.data";
1482 data.path = input_name;
1483 data.force = symbol_conf.force;
1486 session = perf_session__new(&data, &report.tool);
1497 pr_warning("Decompression initialization failed. Reported data may be incomplete.\n");
1531 * -1 means default, so decide based on the file having branch data.
1640 if (data.is_pipe) {
1652 fputs("# To display the perf.data header info, please use --header/--header-only options.\n#\n",