#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" tro/kernel/atom/ipc/sem.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/ipc/sem.c
AgeCommit message (Expand)Author
2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam
2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12ipc: uninline functionsAlexey Dobriyan
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)