Git Product home page Git Product logo

Comments (4)

tgrabiec avatar tgrabiec commented on July 19, 2024

The row contains:

{u'MATRIX_REG': u'0,1', u'BitIndex': u'0', u'Type': u'1', u'BitsNotCombinedWith': u'Null', u'BitName': u'DEMAND_DATA_RD'}

from pmu-tools.

tgrabiec avatar tgrabiec commented on July 19, 2024

Looks like https://download.01.org/perfmon/HSW/Haswell_matrix_bit_definitions_V15.json contains a file in a format which is not expected by ocperf.py:

[
  {
    "BitName": "DEMAND_DATA_RD",
    "BitIndex": "0",
    "Type": "1",
    "MATRIX_REG": "0,1",
    "BitsNotCombinedWith": "Null"
  },
  {
    "BitName": "DEMAND_RFO",
    "BitIndex": "1",
    "Type": "1",
    "MATRIX_REG": "0,1",
    "BitsNotCombinedWith": "Null"
  },
...

from pmu-tools.

tgrabiec avatar tgrabiec commented on July 19, 2024

A workaround for this is to clear the offcore file so that it doesn't upset ocperf:

echo "{}" > ~/.cache/pmu-events/GenuineIntel-6-3C-offcore.json

from pmu-tools.

andikleen avatar andikleen commented on July 19, 2024

This was a bug in the mapfile.csv. Should be fixed now, but will take
some time to propagate to the mirror. For now your workaround should
suffice (except you won't see offcore events)

Thanks!

[email protected] -- Speaking for myself only.

from pmu-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.