From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 7 01:23:04 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C23A3FD2; Sat, 7 Mar 2015 01:23:04 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45A8913A; Sat, 7 Mar 2015 01:23:04 +0000 (UTC) Received: by lbiz11 with SMTP id z11so35154297lbi.13; Fri, 06 Mar 2015 17:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=D0U9EVnHyQY3PC7x6ikX4xVMDaxz0SK0hOLtzSp2378=; b=sJ0XSp5pbAsK8gL6vEtnAGNQTGmijfCGat795YcYeQaf6W08J5feuv19/I0XJdrEeB fO9d3EgykQJYSmCeC68V3e5P5Bkffpn44689Hv1yP1BUdA1BxpaEuPm1YzcwrqpfQlU3 p827+bSsqkCPjtTaIYm533f6ruHBiJO3XrLMv6wpI5TIz2RHea8anyFQKRuU+d8b+6Qh v6joxWH0vRFe8oaighrEJzHl3nZTjz4uBn4bed3/3gfln76TzzTpySbaLfAPOINTmij8 LY8yt672onyMvp7QtCcUlBNTZzS8b09y63VUiMW2f1KZdZQ0vpVreA3OMZX6BvOKzybL 2dPA== MIME-Version: 1.0 X-Received: by 10.152.116.18 with SMTP id js18mr15536394lab.106.1425691382183; Fri, 06 Mar 2015 17:23:02 -0800 (PST) Received: by 10.112.157.136 with HTTP; Fri, 6 Mar 2015 17:23:02 -0800 (PST) Date: Sat, 7 Mar 2015 01:23:02 +0000 Message-ID: Subject: GSoC 2015 : UserSpace pthread mutex lock contention profiling From: Gokul Krishna To: jeff@freebsd.org, freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2015 01:23:04 -0000 Hi I am currently studying 2nd year of masters in embedded systems at KTH Royal institute of technology , Sweden. I have around 4 years of experience in Embedded systems , Embedded linux applications and device drivers projects. I have worked on following Linux projects with thread applications 1. I worked in Designing Multi-threading linux application for concurrent server with 2 clients. 2. I worked for thread pooling in GTK GUI for Networked wireless sensor nodes. 3. I worked on computer architecture assignments with CLH lock implementation for threads . So I am interested in working for this GSoC project Userspace pthread mutex lock contention profiling. Kindly reply me what do I need to do for project proposal. thanks and regards Gokul