summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2011-01-21 13:46:41 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-01-24 13:17:56 -0200
commitd0dd74e853a0a6f37e8061d6d50be41c7034c54c (patch)
tree1292a98711611cbc4595785ed17605f20a90800c /tools/perf/scripts/python
parentfd78260b5376173faeb17127bd63b3c99a8e8bfb (diff)
downloadkernel-d0dd74e853a0a6f37e8061d6d50be41c7034c54c.tar.gz
perf tools: Move event__parse_sample to evsel.c
To avoid linking more stuff in the python binding I'm working on, future csets will make the sample type be taken from the evsel itself, but for that we need to first have one file per cpu and per sample_type, not a single perf.data file. Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
_by()Thorsten Blum 2024-07-17Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2024-07-02isofs: Convert to new uid/gid option parsing helpersEric Sandeen 2024-06-05isofs: add missing MODULE_DESCRIPTION()Jeff Johnson 2024-05-31isofs: Convert rock_ridge_symlink_read_folio to use a folioMatthew Wilcox (Oracle) 2024-05-09isofs: Use *-y instead of *-objs in MakefileAndy Shevchenko 2024-04-23isofs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle) 2024-03-25isofs: convert isofs to use the new mount APIEric Sandeen 2024-03-05isofs: remove SLAB_MEM_SPREAD flag usageChengming Zhou 2024-02-08isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie 2023-10-18isofs: convert to new timestamp accessorsJeff Layton 2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds 2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig 2023-07-24isofs: convert to ctime accessor functionsJeff Layton 2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-09-11fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco 2022-09-11isofs: replace ll_rw_block()Zhang Yi 2022-08-19isofs: delete unnecessary checks before brelse()Minghao Chi 2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche 2022-05-09isofs: Convert symlinks and zisofs to read_folioMatthew Wilcox (Oracle) 2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)