aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/comm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-01-25perf comm: Remove needless headers from comm.hArnaldo Carvalho de Melo1-0/+1
2018-07-24perf tools: Fix struct comm_str removal crashJiri Olsa1-5/+11
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03perf tools: Lock to protect comm_str rb treeKan Liang1-1/+17
2017-04-24perf tools: Remove string.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-03-03perf comm: Convert comm_str.refcnt from atomic_t to refcount_tElena Reshetova1-9/+6
2015-05-27perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo1-4/+9
2014-08-13perf tools: Identify which comms are from execAdrian Hunter1-2/+5
2014-01-16perf tools: Do proper comm override error handlingFrederic Weisbecker1-9/+10
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim1-0/+15
2013-11-04perf tools: Add new COMM infrastructureFrederic Weisbecker1-0/+106