aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
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
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar
2011-02-03perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo
2011-01-30perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo
2011-01-29perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo
2011-01-24perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo
2011-01-22perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo
2011-01-22perf evsel: Introduce mmap supportArnaldo Carvalho de Melo