Re: [PATCH 8/9] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()

2019-01-08 Thread Arnaldo Carvalho de Melo
Em Fri, Nov 30, 2018 at 10:44:11AM -0500, Steven Rostedt escreveu: > From: Tzvetomir Stoyanov > > This patch adds a new API of tracevent library: tep_override_comm() > It registers a pid / command mapping. If a mapping with the same > pid already exists, the entry is updated with the new

[PATCH 8/9] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()

2018-11-30 Thread Steven Rostedt
From: Tzvetomir Stoyanov This patch adds a new API of tracevent library: tep_override_comm() It registers a pid / command mapping. If a mapping with the same pid already exists, the entry is updated with the new command. Signed-off-by: Tzvetomir Stoyanov Signed-off-by: Steven Rostedt (VMware)

[PATCH 8/9] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()

2018-11-30 Thread Steven Rostedt
From: Tzvetomir Stoyanov This patch adds a new API of tracevent library: tep_override_comm() It registers a pid / command mapping. If a mapping with the same pid already exists, the entry is updated with the new command. Signed-off-by: Tzvetomir Stoyanov Signed-off-by: Steven Rostedt (VMware)