summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2016-09-23 23:04:07 -0700
committerJonathan Cameron <jic23@kernel.org>2016-09-27 20:33:02 +0100
commit0023e67dd8951737588b8af0469446df3ec52afe (patch)
tree2d7fdc82668d9964f2b406f7d604e6f37f361ded /tools/perf/scripts/python/bin/stackcollapse-record
parent2a20af722dde611b6b060af18dff651a8db96073 (diff)
downloadkernel-0023e67dd8951737588b8af0469446df3ec52afe.tar.gz
iio: inkern: add iio_read_channel_offset helper
Allow access to underlying channel IIO_CHAN_INFO_OFFSET from a consumer. Signed-off-by: Matt Ranostay <matt@ranostay.consulting> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
l.c?id=8fe4cd0dc5ea43760c59eb256404188272cc95dd'>jbd: fix return value of journal_start_commit()Jan Kara 2008-10-23jbd: fix error handling for checkpoint ioHidehiro Kawai 2008-07-25jbd: unexport journal_update_superblockAdrian Bunk 2008-07-25jbd: replace potentially false assertion with if blockDuane Griffin 2008-04-28jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison 2008-03-30jbd/jbd2 NULL noiseAl Viro 2008-03-19jbd: fix jbd kernel-doc notationRandy Dunlap 2008-02-06make jbd/journal.c:__journal_abort_hard() staticAdrian Bunk 2007-10-19jbd: config_jbd_debug cannot create /proc entryJose R. Santos 2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao 2007-10-18sparse pointer use of zero as nullStephen Hemminger 2007-10-17JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao 2007-10-17JBD: JBD slab allocation cleanupsMingming Cao 2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman 2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt 2007-05-08jbd: check for error returned by kthread_create on creating journal threadPavel Emelianov 2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap 2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham 2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter 2006-10-11[PATCH] null dereference in fs/jbd/journal.cEric Sesterhenn 2006-10-03fix file specification in commentsUwe Zeisberger 2006-09-29[PATCH] JBD: memory leak in "journal_init_dev()"Zoltan Menyhart 2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp 2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp 2006-09-27[PATCH] JBD: 16T fixesEric Sandeen 2006-09-27[PATCH] jbd: use BUILD_BUG_ON in journal initAlexey Dobriyan 2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao 2006-08-27[PATCH] Manage jbd allocations from its own slabsBadari Pulavarty 2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap 2006-03-25[PATCH] jbd: convert kjournald to kthread APIAndrew Morton 2006-03-25[PATCH] jbd: embed j_commit_timer in journal structAndrew Morton 2006-03-23[PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven