From: Abel L. <abe...@gm...> - 2008-02-26 02:15:04
|
I installed PAPI and perfsuite on a x86_64 box running suse10.1. PAPI runs fine. I wanted to do some performance analysis on a molecular dynamics simulation package, so I installed perfsuite as well. However, when I try to run psrun, I get the following error. libpsrun fatal error: hardware event not available Here is the output of perfex -l and further down is the output of perfex -i perfex -l CPU type Intel Pentium 4 Model 3 One time-stamp counter available 18 performance counters available Overflow interrupts available Events Available: P4_TC_deliver_mode P4_BPU_fetch_request P4_ITLB_reference P4_memory_cancel P4_memory_complete P4_load_port_replay P4_store_port_replay P4_MOB_load_replay P4_page_walk_type P4_BSQ_cache_reference P4_IOQ_allocation P4_IOQ_active_entries P4_FSB_data_activity P4_BSQ_allocation P4_bsq_active_entries P4_SSE_input_assist P4_packed_SP_uop P4_packed_DP_uop P4_scalar_SP_uop P4_scalar_DP_uop P4_64bit_MMX_uop P4_128bit_MMX_uop P4_x87_FP_uop P4_x87_SIMD_moves_uop P4_TC_misc P4_global_power_events P4_tc_ms_xfer P4_uop_queue_writes P4_retired_mispred_branch_type P4_retired_branch_type P4_resource_stall P4_WC_Buffer P4_b2b_cycles P4_bnr P4_snoop P4_response P4_front_end_event P4_execution_event P4_replay_event P4_instr_retired P4_uops_retired P4_uop_type P4_branch_retired P4_mispred_branch_retired P4_x87_assist P4_machine_clear P4M3_instr_completed perfex -i PerfCtr Info: abi_version 0x05010501 driver_version 2.6.25 DEBUG cpu_type 16 (Intel Pentium 4 Model 3) cpu_features 0x7 (rdpmc,rdtsc,pcint) cpu_khz 2992615 tsc_to_cpu_mult 1 cpu_nrctrs 18 cpus [0], total: 1 cpus_forbidden [], total: 0 Thanks in advance for any help. |