soctrace-inria / framesoc

Framesoc is a generic trace management and analysis infrastructure.
12 stars 0 forks source link

Grouping dimension with arithmetical expressions or statistic functions #145

Open NicolasDenoyelle opened 9 years ago

NicolasDenoyelle commented 9 years ago

For instance if we want to perform a topology centric analysis, assuming that the topology is a hierarchy, we would like to compose per core events on each topology node:

L3_MISS = PU0_L3_MISS+PU1_L3_MISS + PU2_L3_MISS+PU3_L3_MISS

out

generoso commented 9 years ago

e.g., you have two event parameters and you aggregate them (e.g., sum them)