[MPlayer-dev-eng] fast_memcpy namespace collision

Robert Lunnon bobl at optushome.com.au
Mon Jan 19 13:44:31 CET 2004


I have just built mplayer under Suse 9 and I am having some performamce 
problems with it ( I have set up a K6-2/450 box as a multimedis box). Anyway 
I noticed it drops quite a few frames palying DVDs but doesn't playing DIvX 
media files hmm.

I built it with profiling (-pg) and profiled it and to my surprise I found a 
routine fast_memcpy was consuming 18% of the CPU

There is an implementaion of this in libvo/aclib.c 

I ran Mplayer under gdb set a breakpoint at fast_memcpy and ran it. Lo and 
Behold I found that it broke at fast_memcpy, not from libvo but rather a 
fast_memcpy in the c runtime startoff crti.S 




Here's the profile if anyone is interested.

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total
 time   seconds   seconds    calls  ms/call  ms/call  name
 18.14    157.25   157.25    12785    12.30    12.30  fast_memcpy
  9.48    239.46    82.21 12918469     0.01     0.01  mmx_idct
  6.49    295.75    56.29  1541530     0.04     0.04  MC_put_o_16_3dnow
  5.65    344.74    48.99  8440877     0.01     0.01  get_non_intra_block
  5.26    390.35    45.61    87228     0.52     6.50  mpeg2_slice
  4.73    431.38    41.03 25836938     0.00     0.00  idct_col
  4.55    470.83    39.45  5801682     0.01     0.01  get_intra_block_B15
  4.38    508.84    38.01  1021407     0.04     0.04  MC_put_xy_16_3dnow
  3.86    542.29    33.45  4194024     0.01     0.01  MC_put_o_8_3dnow
  3.73    574.60    32.31   131584     0.25     0.45  read_video_packet
  3.64    606.14    31.54  5801682     0.01     0.01  mpeg2_idct_copy_mmx
  2.95    631.69    25.55    48464     0.53     0.53  _dvdcss_unscramble
  2.28    651.50    19.81  8440877     0.00     0.01  mpeg2_idct_add_mmx
  2.01    668.96    17.46   750639     0.02     0.12  motion_fr_field
  1.95    685.90    16.94  2262235     0.01     0.05  motion_fr_frame
  1.77    701.25    15.35   154764     0.10     0.10  coeff_get
  1.75    716.45    15.20   461858     0.03     0.03  MC_put_x_16_3dnow
  1.75    731.62    15.17    10893     1.39    53.50  mpeg2_parse
  1.70    746.40    14.78   514417     0.03     0.03  MC_put_y_16_3dnow
  1.26    757.29    10.89    51746     0.21     0.21  fft_128p_3dnow
  1.22    767.91    10.62  1004884     0.01     0.01  MC_put_y_8_3dnow
  1.21    778.37    10.46    51746     0.20     0.41  imdct_do_512_3dnow
  1.10    787.89     9.52  1100446     0.01     0.01  MC_put_x_8_3dnow
  1.09    797.30     9.41   353719     0.03     0.03  MC_avg_xy_16_3dnow
  0.97    805.75     8.45    25790     0.33     0.33  coeff_get_coupling
  0.94    813.87     8.12   779070     0.01     0.01  MC_put_xy_8_3dnow
  0.61    819.16     5.29   998548     0.01     0.01  MC_avg_o_8_3dnow
  0.56    823.98     4.82    25794     0.19     2.18  a52_block
  0.49    828.25     4.27    45016     0.09     0.09  bit_allocate
  0.48    832.41     4.16   250245     0.02     0.02  MC_avg_o_16_3dnow
  0.46    836.38     3.97  3457375     0.00     0.00  get_macroblock_modes
  0.37    839.59     3.21   153515     0.02     0.02  MC_avg_x_16_3dnow
  0.36    842.68     3.09   188629     0.02     0.02  MC_avg_y_16_3dnow
  0.27    845.02     2.34  1933894     0.00     0.00  get_chroma_dc_dct_diff
  0.27    847.32     2.30    25794     0.09     0.09  
a52_resample_STEREO_to_2_MMX
  0.25    849.53     2.21   229858     0.01     0.01  MC_avg_xy_8_3dnow
  0.24    851.58     2.05   352892     0.01     0.01  MC_avg_x_8_3dnow
  0.21    853.36     1.78    25882     0.07     0.07  downmix_3dnow
  0.19    855.02     1.66   310918     0.01     0.01  MC_avg_y_8_3dnow
  0.17    856.52     1.50     4299     0.35     0.35  crc16_block
  0.15    857.83     1.31                             main
  0.10    858.73     0.90    44849     0.02     0.64  demux_mpg_fill_buffer
  0.08    859.43     0.70    96524     0.01     0.01  demux_mpg_read_packet
  0.06    859.98     0.55    87228     0.01     0.01  slice_init
  0.06    860.49     0.51    44849     0.01     0.65  ds_fill_buffer
  0.05    860.91     0.42     3440     0.12    17.43  video_read_frame
  0.03    861.20     0.29    48628     0.01     0.53  dvdcss_read
  0.03    861.48     0.28    48464     0.01     0.54  DVDReadBlocks
  0.03    861.76     0.28     4300     0.07     0.07  a52_frame
  0.02    861.97     0.21     3439     0.06   169.63  decode
  0.02    862.17     0.20     4300     0.05    35.71  decode_audio
  0.02    862.37     0.20     1805     0.11    37.01  draw_slice
  0.02    862.55     0.18    48160     0.00     0.55  dvd_read_sector
  0.02    862.73     0.18     3439     0.05     0.05  mpeg2_header_picture
  0.02    862.91     0.18     2423     0.07     0.07  vf_get_image
  0.02    863.06     0.15    44842     0.00     0.00  ds_read_packet
  0.02    863.20     0.14    87228     0.00     0.00  state_restore_mmx
  0.02    863.34     0.14    48157     0.00     0.56  stream_fill_buffer
  0.01    863.47     0.13     3440     0.04     0.04  vo_x11_check_events
  0.01    863.60     0.13     3439     0.04     0.04  picture_coding_ext
  0.01    863.72     0.12   135024     0.00     0.00  sync_video_packet
  0.01    863.84     0.12     4014     0.03     0.12  mpeg2_parse_header
  0.01    863.95     0.11    48628     0.00     0.00  dvdcss_seek
  0.01    864.06     0.11    44849     0.00     0.00  demux_fill_buffer
  0.01    864.17     0.11     4300     0.03    21.99  a52_fillbuff
  0.01    864.28     0.11        1   110.00   110.01  read_font_desc_ft
  0.01    864.38     0.10    20984     0.00     0.00  GetTimer
  0.01    864.48     0.10     4300     0.02     0.02  a52_syncinfo
  0.01    864.58     0.10      103     0.97     0.97  imdct_do_256
  0.01    864.67     0.09    48631     0.00     0.00  libc_seek
  0.01    864.76     0.09    21652     0.00     0.00  mp_msg_c
  0.01    864.85     0.09     8675     0.01     0.01  get_delay
  0.01    864.94     0.09     1807     0.05     0.20  control
  0.01    865.03     0.09     1806     0.05     0.05  flip_page
  0.01    865.12     0.09     1805     0.05     0.11  vo_update_osd
  0.01    865.21     0.09                             XvShmPutImage
  0.01    865.29     0.08    48628     0.00     0.01  css_seek
  0.01    865.37     0.08     3443     0.02    19.43  control
  0.01    865.45     0.08     3440     0.02     0.02  mp_input_read_key_code
  0.01    865.53     0.08     2541     0.03     0.03  
af_calc_insize_constrained
  0.01    865.61     0.08     2541     0.03    60.55  decode_audio
  0.01    865.68     0.07    25794     0.00     0.00  downmix_coeff
  0.01    865.75     0.07     4299     0.02    21.57  demux_read_data
  0.01    865.82     0.07     3440     0.02     0.02  get_space
  0.01    865.89     0.07     1805     0.04     0.16  draw_osd
  0.01    865.95     0.06     3728     0.02     0.02  
mp_header_process_extension
  0.01    866.01     0.06     3440     0.02     0.06  mp_input_get_cmd
  0.01    866.07     0.06     3440     0.02     0.04  mp_input_read_keys
  0.01    866.13     0.06     3440     0.02     0.02  play
  0.01    866.19     0.06     3439     0.02   179.98  decode_video
  0.01    866.24     0.05    48630     0.00     0.00  libc_read
  0.01    866.29     0.05    48628     0.00     0.53  css_read
  0.01    866.34     0.05    48191     0.00     0.00  cache_stream_fill_buffer
  0.01    866.39     0.05     3439     0.01     0.01  mpeg2_info
  0.01    866.44     0.05     2541     0.02     0.02  play
  0.01    866.49     0.05     1805     0.03    19.45  put_image
  0.01    866.54     0.05      254     0.20     0.20  m_config_add_option
  0.00    866.57     0.03     3732     0.01     0.01  GetRelativeTime
  0.00    866.60     0.03     3726     0.01     0.01  
mpeg2_header_picture_start
  0.00    866.63     0.03     2545     0.01     0.01  af_format_decode
  0.00    866.66     0.03     2423     0.01     0.01  mpeg2_set_fbuf
  0.00    866.69     0.03                             xv_find_display
  0.00    866.71     0.02     4300     0.00     0.00  bitstream_set_ptr
  0.00    866.73     0.02     4300     0.00     0.00  downmix_init
  0.00    866.75     0.02     3440     0.01     0.04  check_events
  0.00    866.77     0.02     3439     0.01     0.01  mpeg2_header_slice_start
  0.00    866.79     0.02     2423     0.01     0.01  mpeg2_init_fbuf
  0.00    866.81     0.02      288     0.07     0.07  
mp_header_process_sequence_header
  0.00    866.83     0.02      288     0.07     0.07  mpeg2_header_gop
  0.00    866.85     0.02        1    20.00    42.30  ts_check_file
  0.00    866.86     0.01     3440     0.00     0.00  mp_input_read_cmds
  0.00    866.87     0.01     3439     0.00     0.00  mpeg2_buffer
  0.00    866.88     0.01     3439     0.00     0.00  mpeg2_skip
  0.00    866.89     0.01     2541     0.00     0.02  af_play
  0.00    866.90     0.01     2423     0.00     0.08  mpcodecs_get_image
  0.00    866.91     0.01     1805     0.01     0.12  vo_draw_text
  0.00    866.92     0.01      288     0.03     0.03  mpeg2_header_sequence
  0.00    866.93     0.01      288     0.03     0.03  sequence_ext
  0.00    866.94     0.01      286     0.03     0.03  navRead_DSI
  0.00    866.95     0.01       87     0.11     0.11  upmix_MMX
  0.00    866.96     0.01        3     3.33     3.33  CryptKey
  0.00    866.97     0.01        2     5.00     5.00  codecs_reset_selection
  0.00    866.98     0.01        2     5.00     5.00  m_config_pop
  0.00    866.99     0.01        1    10.00    10.00  mpeg2_idct_mmx_init
  0.00    866.99     0.00     3727     0.00     0.04  mpeg2_header_extension
  0.00    866.99     0.00     2423     0.00     0.01  mpeg2_set_buf
  0.00    866.99     0.00     1926     0.00     0.00  usec_sleep
  0.00    866.99     0.00      910     0.00     0.00  copy_opt
  0.00    866.99     0.00      409     0.00     0.00  copy_str
  0.00    866.99     0.00      288     0.00     0.00  
mpeg2_header_sequence_finalize
  0.00    866.99     0.00      121     0.00     0.54  DVDReadBytes
  0.00    866.99     0.00       98     0.00     0.00  free_str
  0.00    866.99     0.00       81     0.00     0.00  copy_str_list
  0.00    866.99     0.00       78     0.00     0.00  DVDFileSeek
  0.00    866.99     0.00       48     0.00     0.00  ds_free_packs
  0.00    866.99     0.00       43     0.00     0.54  DVDReadBlocksUDFRaw
  0.00    866.99     0.00       20     0.00     0.00  free_str_list
  0.00    866.99     0.00       18     0.00     0.00  stream_reset
  0.00    866.99     0.00       17     0.00     0.00  free_demuxer
  0.00    866.99     0.00       16     0.00     0.00  copy_obj_settings_list
  0.00    866.99     0.00       14     0.00     0.00  find_codec
  0.00    866.99     0.00       12     0.00     3.68  ifoRead_PGC
  0.00    866.99     0.00       12     0.00     1.80  ifoRead_PGC_COMMAND_TBL
  0.00    866.99     0.00       11     0.00     0.00  UDFFileEntry
  0.00    866.99     0.00       11     0.00     0.00  _dvdcss_debug
  0.00    866.99     0.00       10     0.00     0.54  
ifoRead_CELL_PLAYBACK_TBL
  0.00    866.99     0.00        7     0.00     0.00  vo_format_name
  0.00    866.99     0.00        6     0.00     0.00  set_func_param
  0.00    866.99     0.00        5     0.00     0.00  audio_out_format_name
  0.00    866.99     0.00        5     0.00     0.00  control
  0.00    866.99     0.00        5     0.00     0.54  ifoRead_VTS_ATTRIBUTES
  0.00    866.99     0.00        4     0.00     0.00  InitCRC
  0.00    866.99     0.00        4     0.00     5.80  UDFFindFile
  0.00    866.99     0.00        4     0.00     0.00  UDFLogVolume
  0.00    866.99     0.00        4     0.00     0.00  UDFPartition
  0.00    866.99     0.00        4     0.00     0.00  free_obj_settings_list
  0.00    866.99     0.00        4     0.00    11.21  ifoRead_PGCIT_internal
  0.00    866.99     0.00        4     0.00     0.00  play_tree_is_valid
  0.00    866.99     0.00        4     0.00     1.25  play_tree_iter_step
  0.00    866.99     0.00        3     0.00     0.00  DVDCloseFile
  0.00    866.99     0.00        3     0.00     7.73  DVDOpenFile
  0.00    866.99     0.00        3     0.00     0.00  af_reinit
  0.00    866.99     0.00        3     0.00     0.00  aspect
  0.00    866.99     0.00        3     0.00     0.00  audio_out_format_bits
  0.00    866.99     0.00        3     0.00     0.00  cache_stream_seek_long
  0.00    866.99     0.00        3     0.00     0.00  dvd_seek
  0.00    866.99     0.00        3     0.00     0.00  get_image
  0.00    866.99     0.00        3     0.00     0.00  get_path
  0.00    866.99     0.00        3     0.00     1.08  ifoRead_C_ADT_internal
  0.00    866.99     0.00        3     0.00     1.08  
ifoRead_VOBU_ADMAP_internal
  0.00    866.99     0.00        3     0.00     0.00  mp_image_setfmt
  0.00    866.99     0.00        3     0.00     0.01  parse_codec_cfg
  0.00    866.99     0.00        3     0.00    19.43  query_format
  0.00    866.99     0.00        3     0.00     0.56  stream_seek_long
  0.00    866.99     0.00        3     0.00     0.00  vf_mpi_clear
  0.00    866.99     0.00        2     0.00     0.00  ExtrFile
  0.00    866.99     0.00        2     0.00     0.01  af_init
  0.00    866.99     0.00        2     0.00     0.00  control
  0.00    866.99     0.00        2     0.00     0.00  free_func_pf
  0.00    866.99     0.00        2     0.00     0.20  get_video_quality_max
  0.00    866.99     0.00        2     0.00     0.00  ifoClose
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_C_ADT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_FP_PGC
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_PGCIT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_PGCI_UT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_PTL_MAIT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_TITLE_C_ADT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_TITLE_VOBU_ADMAP
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_TT_SRPT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_TXTDT_MGI
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_VOBU_ADMAP
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_VTS_ATRT
  0.00    866.99     0.00        2     0.00     0.00  ifoFree_VTS_PTT_SRPT
  0.00    866.99     0.00        2     0.00    40.35  ifoOpen
  0.00    866.99     0.00        2     0.00     1.08  ifoRead_C_ADT
  0.00    866.99     0.00        2     0.00    17.89  ifoRead_PGCI_UT
  0.00    866.99     0.00        2     0.00     0.54  ifoRead_VMG
  0.00    866.99     0.00        2     0.00     1.08  ifoRead_VOBU_ADMAP
  0.00    866.99     0.00        2     0.00    11.06  init_audio
  0.00    866.99     0.00        2     0.00    24.56  init_video
  0.00    866.99     0.00        2     0.00     0.00  m_config_get_option
  0.00    866.99     0.00        2     0.00     0.01  
m_config_parse_config_file
  0.00    866.99     0.00        2     0.00     0.00  m_config_parse_option
  0.00    866.99     0.00        2     0.00     0.00  m_config_push
  0.00    866.99     0.00        2     0.00    25.00  
m_config_register_options
  0.00    866.99     0.00        2     0.00     0.00  m_config_set_option
  0.00    866.99     0.00        2     0.00     0.00  mp_get_mp3_header
  0.00    866.99     0.00        2     0.00     0.00  mp_input_add_key_fd
  0.00    866.99     0.00        2     0.00     0.00  mp_input_parse_config
  0.00    866.99     0.00        2     0.00     0.00  mp_msg_set_level
  0.00    866.99     0.00        2     0.00    39.10  mpcodecs_config_vo
  0.00    866.99     0.00        2     0.00     0.00  mpeg2_free
  0.00    866.99     0.00        2     0.00     0.00  mpeg2_malloc
  0.00    866.99     0.00        2     0.00     0.00  new_sh_audio
  0.00    866.99     0.00        2     0.00     2.50  play_tree_iter_up_step
  0.00    866.99     0.00        2     0.00     0.00  play_tree_new
  0.00    866.99     0.00        2     0.00     0.00  rar_open
  0.00    866.99     0.00        2     0.00     0.00  read_font_desc
  0.00    866.99     0.00        2     0.00     0.00  saver_off
  0.00    866.99     0.00        2     0.00     0.00  saver_on
  0.00    866.99     0.00        2     0.00     0.02  uninit_player
  0.00    866.99     0.00        2     0.00     0.00  urarlib_get
  0.00    866.99     0.00        2     0.00     0.00  urarlib_list
  0.00    866.99     0.00        2     0.00     0.00  vf_open_filter
  0.00    866.99     0.00        2     0.00     0.00  vf_open_plugin
  0.00    866.99     0.00        2     0.00     0.00  vf_uninit_filter
  0.00    866.99     0.00        2     0.00     0.00  vo_update_text_progbar
  0.00    866.99     0.00        1     0.00     0.00  DVDClose
  0.00    866.99     0.00        1     0.00     0.00  DVDInputSetup
  0.00    866.99     0.00        1     0.00    10.01  DVDOpen
  0.00    866.99     0.00        1     0.00    11.59  DVDOpenVOBUDF
  0.00    866.99     0.00        1     0.00     0.00  DecryptDiscKey
  0.00    866.99     0.00        1     0.00     0.00  GetASF
  0.00    866.99     0.00        1     0.00    10.00  GetBusKey
  0.00    866.99     0.00        1     0.00     0.03  GetCpuCaps
  0.00    866.99     0.00        1     0.00     0.01  GetCpuFriendlyName
  0.00    866.99     0.00        1     0.00     0.00  InitTimer
  0.00    866.99     0.00        1     0.00     0.00  _dvdcss_close
  0.00    866.99     0.00        1     0.00    10.00  _dvdcss_disckey
  0.00    866.99     0.00        1     0.00     0.00  _dvdcss_open
  0.00    866.99     0.00        1     0.00     0.00  _dvdcss_test
  0.00    866.99     0.00        1     0.00     0.00  _dvdcss_title
  0.00    866.99     0.00        1     0.00     0.00  _dvdcss_use_ioctls
  0.00    866.99     0.00        1     0.00     0.00  a52_init
  0.00    866.99     0.00        1     0.00     0.00  a52_resample_init
  0.00    866.99     0.00        1     0.00     0.01  af_create
  0.00    866.99     0.00        1     0.00     0.00  af_format_encode
  0.00    866.99     0.00        1     0.00     0.01  af_uninit
  0.00    866.99     0.00        1     0.00     0.00  allocate_xvimage
  0.00    866.99     0.00        1     0.00     0.00  append_filters
  0.00    866.99     0.00        1     0.00     0.00  asf_check_header
  0.00    866.99     0.00        1     0.00     0.00  aspect_save_orig
  0.00    866.99     0.00        1     0.00     0.00  aspect_save_prescale
  0.00    866.99     0.00        1     0.00     0.00  aspect_save_screenres
  0.00    866.99     0.00        1     0.00     0.00  bmp_check_file
  0.00    866.99     0.00        1     0.00     0.00  check_font
  0.00    866.99     0.00        1     0.00     0.03  config
  0.00    866.99     0.00        1     0.00    19.47  config
  0.00    866.99     0.00        1     0.00     0.00  control
  0.00    866.99     0.00        1     0.00     0.00  css_close
  0.00    866.99     0.00        1     0.00    10.01  css_open
  0.00    866.99     0.00        1     0.00     0.00  css_title
  0.00    866.99     0.00        1     0.00     0.00  demux_close_bmp
  0.00    866.99     0.00        1     0.00     0.00  demux_close_film
  0.00    866.99     0.00        1     0.00     0.00  demux_close_fli
  0.00    866.99     0.00        1     0.00     0.00  demux_close_gif
  0.00    866.99     0.00        1     0.00     0.00  demux_close_lmlm4
  0.00    866.99     0.00        1     0.00     0.00  demux_close_nuv
  0.00    866.99     0.00        1     0.00     0.00  demux_close_pva
  0.00    866.99     0.00        1     0.00     0.00  demux_close_ra
  0.00    866.99     0.00        1     0.00     0.00  demux_close_real
  0.00    866.99     0.00        1     0.00     0.00  demux_close_roq
  0.00    866.99     0.00        1     0.00     0.00  demux_close_smjpeg
  0.00    866.99     0.00        1     0.00     0.00  demux_close_ts
  0.00    866.99     0.00        1     0.00     0.00  demux_close_vivo
  0.00    866.99     0.00        1     0.00     0.00  demux_close_y4m
  0.00    866.99     0.00        1     0.00     0.00  demux_info_print
  0.00    866.99     0.00        1     0.00    44.86  demux_open
  0.00    866.99     0.00        1     0.00    44.86  demux_open_stream
  0.00    866.99     0.00        1     0.00     0.00  demuxer_type_by_filename
  0.00    866.99     0.00        1     0.00     0.00  done_freetype
  0.00    866.99     0.00        1     0.00     0.00  downmix_accel_init
  0.00    866.99     0.00        1     0.00     0.00  dvd_aid_from_lang
  0.00    866.99     0.00        1     0.00     0.00  dvd_close
  0.00    866.99     0.00        1     0.00     0.00  dvdcss_close
  0.00    866.99     0.00        1     0.00    10.01  dvdcss_open
  0.00    866.99     0.00        1     0.00     0.00  dvdcss_title
  0.00    866.99     0.00        1     0.00     0.00  fmt2str
  0.00    866.99     0.00        1     0.00     0.00  free_font_desc
  0.00    866.99     0.00        1     0.00     0.00  free_stream
  0.00    866.99     0.00        1     0.00     0.00  generate_tables
  0.00    866.99     0.00        1     0.00     0.00  geometry
  0.00    866.99     0.00        1     0.00     0.00  getch2_disable
  0.00    866.99     0.00        1     0.00     0.00  getch2_enable
  0.00    866.99     0.00        1     0.00     0.00  gif_check_file
  0.00    866.99     0.00        1     0.00     3.68  ifoRead_FP_PGC
  0.00    866.99     0.00        1     0.00    11.21  ifoRead_PGCIT
  0.00    866.99     0.00        1     0.00     0.00  ifoRead_PTL_MAIT
  0.00    866.99     0.00        1     0.00     1.08  ifoRead_TITLE_C_ADT
  0.00    866.99     0.00        1     0.00     1.08  ifoRead_TITLE_VOBU_ADMAP
  0.00    866.99     0.00        1     0.00     1.08  ifoRead_TT_SRPT
  0.00    866.99     0.00        1     0.00     0.54  ifoRead_TXTDT_MGI
  0.00    866.99     0.00        1     0.00     0.54  ifoRead_VTS
  0.00    866.99     0.00        1     0.00     3.77  ifoRead_VTS_ATRT
  0.00    866.99     0.00        1     0.00     1.08  ifoRead_VTS_PTT_SRPT
  0.00    866.99     0.00        1     0.00     0.00  imdct_init
  0.00    866.99     0.00        1     0.00     0.00  init
  0.00    866.99     0.00        1     0.00     0.02  init
  0.00    866.99     0.00        1     0.00    22.10  init
  0.00    866.99     0.00        1     0.00    39.10  init
  0.00    866.99     0.00        1     0.00    10.00  init
  0.00    866.99     0.00        1     0.00     0.00  init_atoms
  0.00    866.99     0.00        1     0.00    22.12  init_audio_codec
  0.00    866.99     0.00        1     0.00     0.03  init_audio_filters
  0.00    866.99     0.00        1     0.00    27.12  init_best_audio_codec
  0.00    866.99     0.00        1     0.00     0.02  init_best_audio_out
  0.00    866.99     0.00        1     0.00    54.12  init_best_video_codec
  0.00    866.99     0.00        1     0.00     0.06  init_best_video_out
  0.00    866.99     0.00        1     0.00     0.00  init_freetype
  0.00    866.99     0.00        1     0.00     0.00  ioctl_ReadCopyright
  0.00    866.99     0.00        1     0.00     0.00  ioctl_ReadDiscKey
  0.00    866.99     0.00        1     0.00     0.00  ioctl_ReportASF
  0.00    866.99     0.00        1     0.00     0.00  ioctl_ReportAgid
  0.00    866.99     0.00        1     0.00     0.00  ioctl_ReportChallenge
  0.00    866.99     0.00        1     0.00     0.00  ioctl_ReportKey1
  0.00    866.99     0.00        1     0.00     0.00  ioctl_SendChallenge
  0.00    866.99     0.00        1     0.00     0.00  ioctl_SendKey2
  0.00    866.99     0.00        1     0.00     0.02  lmlm4_check_file
  0.00    866.99     0.00        1     0.00   110.01  load_font_ft
  0.00    866.99     0.00        1     0.00     0.00  load_per_file_config
  0.00    866.99     0.00        1     0.00     0.00  m_config_new
  0.00    866.99     0.00        1     0.00     0.02  
m_config_parse_mp_command_line
  0.00    866.99     0.00        1     0.00     0.00  m_struct_alloc
  0.00    866.99     0.00        1     0.00     0.00  mov_check_file
  0.00    866.99     0.00        1     0.00     0.02  mp_input_init
  0.00    866.99     0.00        1     0.00     0.01  mp_input_lirc_init
  0.00    866.99     0.00        1     0.00    25.00  
mp_input_register_options
  0.00    866.99     0.00        1     0.00     0.00  mp_input_uninit
  0.00    866.99     0.00        1     0.00     0.00  mp_msg_init
  0.00    866.99     0.00        1     0.00    10.00  mpeg2_accel
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_close
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_cpu_state_init
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_custom_fbuf
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_header_state_init
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_idct_init
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_init
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_mc_init
  0.00    866.99     0.00        1     0.00     0.07  mpeg2_seek_header
  0.00    866.99     0.00        1     0.00     0.00  mpeg2_seek_sequence
  0.00    866.99     0.00        1     0.00     0.00  new_sh_video
  0.00    866.99     0.00        1     0.00     0.00  new_stream
  0.00    866.99     0.00        1     0.00     0.00  nuv_check_file
  0.00    866.99     0.00        1     0.00     0.00  open
  0.00    866.99     0.00        1     0.00     0.00  open
  0.00    866.99     0.00        1     0.00     0.00  open
  0.00    866.99     0.00        1     0.00    98.49  open_stream
  0.00    866.99     0.00        1     0.00     0.00  panscan_calc
  0.00    866.99     0.00        1     0.00     0.00  panscan_init
  0.00    866.99     0.00        1     0.00     0.02  parse_cfgfiles
  0.00    866.99     0.00        1     0.00     0.00  parse_flag
  0.00    866.99     0.00        1     0.00     0.00  parse_str_list
  0.00    866.99     0.00        1     0.00     0.00  play_tree_add_file
  0.00    866.99     0.00        1     0.00     0.00  play_tree_cleanup
  0.00    866.99     0.00        1     0.00     0.00  play_tree_iter_down_step
  0.00    866.99     0.00        1     0.00     0.00  play_tree_iter_free
  0.00    866.99     0.00        1     0.00     0.00  play_tree_iter_get_file
  0.00    866.99     0.00        1     0.00     0.00  play_tree_iter_new
  0.00    866.99     0.00        1     0.00     0.00  play_tree_set_child
  0.00    866.99     0.00        1     0.00     0.06  preinit
  0.00    866.99     0.00        1     0.00     0.00  preinit
  0.00    866.99     0.00        1     0.00     0.04  preinit_audio_filters
  0.00    866.99     0.00        1     0.00     0.00  prepare_font
  0.00    866.99     0.00        1     0.00     0.01  pva_check_file
  0.00    866.99     0.00        1     0.00     0.00  query_format
  0.00    866.99     0.00        1     0.00     0.00  ra_check_file
  0.00    866.99     0.00        1     0.00     0.00  real_check_file
  0.00    866.99     0.00        1     0.00     0.00  render_one_glyph
  0.00    866.99     0.00        1     0.00     0.00  roq_check_file
  0.00    866.99     0.00        1     0.00     0.00  smjpeg_check_file
  0.00    866.99     0.00        1     0.00     0.00  stream_skip
  0.00    866.99     0.00        1     0.00     0.00  sub_filenames
  0.00    866.99     0.00        1     0.00     0.00  sub_read_file
  0.00    866.99     0.00        1     0.00     0.00  uninit
  0.00    866.99     0.00        1     0.00     0.00  uninit
  0.00    866.99     0.00        1     0.00     0.00  uninit
  0.00    866.99     0.00        1     0.00     0.00  uninit
  0.00    866.99     0.00        1     0.00     0.00  uninit
  0.00    866.99     0.00        1     0.00     0.00  uninit
  0.00    866.99     0.00        1     0.00     0.01  uninit_audio
  0.00    866.99     0.00        1     0.00     0.00  uninit_video
  0.00    866.99     0.00        1     0.00     0.00  vf_uninit_filter_chain
  0.00    866.99     0.00        1     0.00     1.00  video_read_properties
  0.00    866.99     0.00        1     0.00     0.01  vivo_check_file
  0.00    866.99     0.00        1     0.00     0.00  vo_draw_alpha_init
  0.00    866.99     0.00        1     0.00     0.00  vo_hidecursor
  0.00    866.99     0.00        1     0.00     0.06  vo_init
  0.00    866.99     0.00        1     0.00     0.00  vo_init_osd
  0.00    866.99     0.00        1     0.00     0.00  vo_osd_changed
  0.00    866.99     0.00        1     0.00     0.00  vo_uninit
  0.00    866.99     0.00        1     0.00     0.00  vo_update_text_sub
  0.00    866.99     0.00        1     0.00     0.00  vo_vm_close
  0.00    866.99     0.00        1     0.00     0.02  vo_wm_detect
  0.00    866.99     0.00        1     0.00     0.00  vo_x11_classhint
  0.00    866.99     0.00        1     0.00     0.00  
vo_x11_create_smooth_window
  0.00    866.99     0.00        1     0.00     0.00  vo_x11_get_fs_type
  0.00    866.99     0.00        1     0.00     0.00  
vo_x11_selectinput_witherr
  0.00    866.99     0.00        1     0.00     0.00  vo_x11_sizehint
  0.00    866.99     0.00        1     0.00     0.00  vo_x11_uninit
  0.00    866.99     0.00        1     0.00     0.00  vo_x11_xinerama_move
  0.00    866.99     0.00        1     0.00     0.00  vobsub_open
  0.00    866.99     0.00        1     0.00     0.00  vobsub_parse_ifo
  0.00    866.99     0.00        1     0.00     0.00  y4m_check_file




More information about the MPlayer-dev-eng mailing list