]> asedeno.scripts.mit.edu Git - linux.git/commit
tools lib traceevent: Man pages for APIs used to extract common fields from a record
authorTzvetomir Stoyanov <tstoyanov@vmware.com>
Fri, 10 May 2019 19:56:32 +0000 (15:56 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 15 May 2019 19:36:48 +0000 (16:36 -0300)
commit0133fc6068fb51aa7ce8876e8fee465d92acfc14
treeef0b490c0533efa3ec3ee7cc2439955259cb80ea
parent73b6b470f60641cf763eab60640b6dd9360297c7
tools lib traceevent: Man pages for APIs used to extract common fields from a record

Create man pages for libtraceevent APIs:

 tep_data_type(),
 tep_data_pid(),
 tep_data_preempt_count(),
 tep_data_flags()

Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: linux-trace-devel@vger.kernel.org
Link: http://lore.kernel.org/linux-trace-devel/20190503091119.23399-26-tstoyanov@vmware.com
Link: http://lkml.kernel.org/r/20190510200110.284281830@goodmis.org
[ Fixed missing T in description of NOSUPPORT flag ]
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/Documentation/libtraceevent-record_parse.txt [new file with mode: 0644]