summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/comm.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf comm: Remove needless headers from comm.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf tools: Fix struct comm_str removal crashJiri Olsa2018-07-241-5/+11
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Lock to protect comm_str rb treeKan Liang2017-10-031-1/+17
|/
* perf tools: Remove string.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf comm: Convert comm_str.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-9/+6
* perf comm: Use atomic.h for refcountingArnaldo Carvalho de Melo2015-05-271-4/+9
* perf tools: Identify which comms are from execAdrian Hunter2014-08-131-2/+5
* perf tools: Do proper comm override error handlingFrederic Weisbecker2014-01-161-9/+10
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-1/+1
* perf tools: Get current comm instead of last oneNamhyung Kim2013-11-041-0/+15
* perf tools: Add new COMM infrastructureFrederic Weisbecker2013-11-041-0/+106