summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Fix 32 bit values endianity swap for sample_id_all headerJiri Olsa2012-05-311-7/+22
* perf tools: Reconstruct event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-05-251-0/+90
* perf tools: Add union u64_swap type for swapping u64 dataJiri Olsa2012-05-221-8/+2
* perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim2012-05-221-1/+1
* perf evsel: Create events initially disabled -- againDavid Ahern2012-05-181-1/+1
* perf target: Rename functions to avoid double negationNamhyung Kim2012-05-161-1/+1
* perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-071-4/+4
* perf target: Split out perf_target handling codeNamhyung Kim2012-05-021-0/+1
* perf tools: Introduce struct perf_targetNamhyung Kim2012-05-021-5/+5
* perf tools: Fix bug in raw sample parsingStephane Eranian2012-03-261-0/+2
* perf diff: Fix to work with new hists designJiri Olsa2012-03-221-1/+1
* perf tools: Do not disable members of group eventNamhyung Kim2012-03-161-2/+4
* perf record: Add support for sampling taken branchRoberto Agostino Vitillo2012-03-091-0/+4
* perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-091-0/+10
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-141-2/+2
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-131-1/+1
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-061-0/+1
|\
| * perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao2012-02-061-0/+1
* | perf evsel: Fix spelling typoMasanari Iida2012-01-301-1/+1
|/
* perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter2011-12-201-1/+1
* perf record: Add ability to record event periodAndrew Vagin2011-12-201-0/+3
* perf tools: Add ability to synthesize event according to a sampleAndrew Vagin2011-12-121-0/+79
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-061-0/+10
|\
| * perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-161-0/+10
* | perf evsel: Introduce config attr methodArnaldo Carvalho de Melo2011-11-281-0/+70
|/
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-261-12/+31
* perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-071-0/+1
* perf tools: Fix raw sample readingJiri Olsa2011-09-291-2/+5
* perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-231-11/+43
* perf script: Add printing of sample addressDavid Ahern2011-06-021-0/+1
* perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo2011-06-021-0/+16
* perf events: initialize fd array to -1 instead of 0David Ahern2011-05-271-0/+10
* perf tools: Robustify dynamic sample content fetchFrederic Weisbecker2011-05-221-0/+26
* perf tools: Pre-check sample size before parsingFrederic Weisbecker2011-05-221-1/+5
* perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-151-20/+7
* perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo2011-03-101-4/+17
* perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo2011-02-211-2/+13
* perf: make perf stat print user provided full event namesStephane Eranian2011-02-171-0/+1
* perf tool: Add cgroup supportStephane Eranian2011-02-161-2/+14
* Merge branch 'linus' into perf/coreIngo Molnar2011-02-071-1/+1
|\
| * perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo2011-02-031-1/+1
* | perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo2011-01-301-135/+9
* | perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-5/+5
* | perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-291-2/+2
* | perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo2011-01-291-0/+1
* | perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo2011-01-241-6/+16
* | perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo2011-01-241-0/+118
* | perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-241-1/+1
* | perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo2011-01-221-42/+118
* | perf evsel: Introduce mmap supportArnaldo Carvalho de Melo2011-01-221-0/+71