summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2012-08-02perf evsel: Adopt parse_sample method from perf_eventArnaldo Carvalho de Melo
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo
2012-06-29perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa
2012-06-25perf evsel: Fix a build failure on cross compilationNamhyung Kim
2012-06-19perf evsel: Make some methods privateArnaldo Carvalho de Melo
2012-06-19perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo
2012-05-31perf evsel: Fix 32 bit values endianity swap for sample_id_all headerJiri Olsa
2012-05-25perf tools: Reconstruct event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-05-22perf tools: Add union u64_swap type for swapping u64 dataJiri Olsa
2012-05-22perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim
2012-05-18perf evsel: Create events initially disabled -- againDavid Ahern
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim
2012-05-02perf target: Split out perf_target handling codeNamhyung Kim
2012-05-02perf tools: Introduce struct perf_targetNamhyung Kim
2012-03-26perf tools: Fix bug in raw sample parsingStephane Eranian
2012-03-22perf diff: Fix to work with new hists designJiri Olsa
2012-03-16perf tools: Do not disable members of group eventNamhyung Kim
2012-03-09perf record: Add support for sampling taken branchRoberto Agostino Vitillo
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao
2012-01-30perf evsel: Fix spelling typoMasanari Iida
2011-12-20perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter
2011-12-20perf record: Add ability to record event periodAndrew Vagin
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo
2011-09-29perf tools: Fix raw sample readingJiri Olsa
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern
2011-06-02perf script: Add printing of sample addressDavid Ahern
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern
2011-05-22perf tools: Robustify dynamic sample content fetchFrederic Weisbecker
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo
2011-02-21perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo
2011-02-17perf: make perf stat print user provided full event namesStephane Eranian
2011-02-16perf tool: Add cgroup supportStephane Eranian