]> git.baikalelectronics.ru Git - kernel.git/commit
perf data: Rename directory "header" file to "data"
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 4 Oct 2019 08:31:19 +0000 (11:31 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Nov 2019 18:43:05 +0000 (15:43 -0300)
commitf657f620c0b3f27cf8beef13bc96a97fcf5e644f
tree936e068163786596b8a0649280bcfe2852dcc381
parentc65787e23dd57fd671dbc0f46eb1c333a0732e7c
perf data: Rename directory "header" file to "data"

In preparation to support a single file directory format, rename "header"
to "data" because "header" is a mis-leading name when there is only 1 file.
Note, in the multi-file case, the "header" file also contains data.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lore.kernel.org/lkml/20191004083121.12182-4-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/data.c
tools/perf/util/util.c