First  |  Prev |  Next  |  Last
Pages: 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465
[RFC][PATCH v1 07/15] perf: export tracepoint events via sysfs: block
Block tracepoint events are exported like below, /sys/devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0:0/block/sda/events |-- block_bio_backmerge | |-- config | `-- type |-- block_bio_bounce | |-- config | `-- type |-- block_bio_complete | |-- config | `-- type |-- block_bio_frontmerge ... 22 Jul 2010 08:06
[RFC][PATCH v1 12/15] perf: export tracepoint events via sysfs: kmem
kmem tracepoint events are exported like below, /sys/kernel/slab/events/ |-- kfree | |-- config | `-- type |-- kmalloc | |-- config | `-- type |-- kmalloc_node | |-- config | `-- type |-- kmem_cache_alloc | |-- config | `-- type |-- kmem_cache_alloc_node | |-- config | `-- type |-... 22 Jul 2010 08:06
[RFC][PATCH v1 08/15] perf: export tracepoint events via sysfs: kvm and kvm_mmu
kvm and kvm_mmu tracepoint events are exported like below, /sys/devices/system/kvm/kvm0/events/ |-- kvm_ack_irq | |-- config | `-- type ..... ..... |-- kvm_mmu_get_page | |-- config | `-- type ..... ..... --- virt/kvm/kvm_main.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 delet... 22 Jul 2010 08:06
[RFC][PATCH v1 03/15] perf: export software events via sysfs
Software events are exported under /sys/kernel/events/, for example /sys/kernel/events/ |-- alignment-faults | |-- config | `-- type |-- context-switches | |-- config | `-- type |-- cpu-clock | |-- config | `-- type |-- cpu-migrations | |-- config | `-- type |-- emulation-faults | |--... 22 Jul 2010 08:06
[RFC][PATCH v1 09/15] perf: export tracepoint events via sysfs: mce
mce tracepoint events are exported like below, /sys/devices/system/machinecheck/machinecheck0/events/ `-- mce_record |-- config `-- type /sys/devices/system/machinecheck/machinecheck1/events/ `-- mce_record |-- config `-- type --- arch/x86/kernel/cpu/mcheck/mce.c | 2 ++ 1 files chan... 22 Jul 2010 08:06
[RFC][PATCH v1 14/15] perf: export tracepoint events via sysfs: scsi
scsi tracepoint events are exported like below, /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/host4/scsi_host/host4/events |-- scsi_dispatch_cmd_done | |-- config | `-- type |-- scsi_dispatch_cmd_error | |-- config | `-- type |-- scsi_dispatch_cmd_start | |-- config | `-- type |-- scsi_disp... 22 Jul 2010 08:06
[RFC][PATCH v1 13/15] perf: export tracepoint events via sysfs: ext4, jbd2, xfs, gfs2
ext4, jbd2, xfs, gfs2 tracepoint events are exported like below, /sys/fs/events/ |-- ext4_alloc_da_blocks | |-- config | `-- type ..... ..... |-- jbd2_checkpoint | |-- config | `-- type ..... ..... |-- xfs_agf | |-- config | `-- type ..... ..... |-- gfs2_block_alloc | |-- config | `... 22 Jul 2010 08:06
[RFC][PATCH v1 06/15] perf: export tracepoint events via sysfs: iwlwifi and iwlwifi_io
iwlwifi and iwlwifi_io tracepoint events are exported like below, /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/events/ |-- iwlwifi_dev_hcmd | |-- config | |-- type |-- iwlwifi_dev_rx | |-- config | |-- type ..... ..... |-- iwlwifi_dev_ioread32 | |-- config | |-- type |-- iwlwif... 22 Jul 2010 08:06
2.6.31.14: firewire_net issue in generic_sync_sb_inodes
Hi, I have a laptop temporarily connected via firewire 1394a to another machine. The machine cannot sync using Alt+SysRQ+s since some conditions. Sometimes it locks up completely and only keyboard leds are flashing and CPU fan runs at max speed. Attached is one stacktrace I have, the other lockups are more seriou... 22 Jul 2010 07:02
2.6.32: <IRQ> __alloc_pages_nodemask+0x54b/0x595
Hi, is there anybody having the time to comment on this? Thanks, Martin Martin Mokrejs wrote: Martin Mokrejs wrote: Hi, I am running a server with 16 GB RAM, which was running some long-time CPU intensive job (a week). It has two SATA drives in RAID mirror mode. Once a week I re-sync the a... 22 Jul 2010 07:02
First  |  Prev |  Next  |  Last
Pages: 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465