X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcputop.c;h=d652b5b43e5bff161e48886945fc05cb3982a7a3;hb=06570214a7aa236670706a1aac01c3f352e7454d;hp=2cf1ea25880ae8bd46e44684eded71004bd8c136;hpb=d67167cde319ac9d257f5b59b5a4664e558f4cb4;p=lttngtop.git diff --git a/src/cputop.c b/src/cputop.c index 2cf1ea2..d652b5b 100644 --- a/src/cputop.c +++ b/src/cputop.c @@ -10,10 +10,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -121,13 +120,7 @@ enum bt_cb_ret handle_sched_process_free(struct bt_ctf_event *call_data, goto error; } - tid = bt_ctf_get_int64(bt_ctf_get_field(call_data, - scope, "_tid")); - if (bt_ctf_field_get_error()) { - fprintf(stderr, "Missing tid context info\n"); - goto error; - } - + tid = get_context_tid(call_data); death_proc(<tngtop, tid, comm, timestamp); return BT_CB_OK;