aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-22perf tools: Add union u64_swap type for swapping u64 dataJiri Olsa1-8/+2
2012-05-22perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim1-1/+1
2012-05-18perf evsel: Create events initially disabled -- againDavid Ahern1-1/+1
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim1-1/+1
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim1-4/+4
2012-05-02perf target: Split out perf_target handling codeNamhyung Kim1-0/+1
2012-05-02perf tools: Introduce struct perf_targetNamhyung Kim1-5/+5
2012-03-26perf tools: Fix bug in raw sample parsingStephane Eranian1-0/+2
2012-03-22perf diff: Fix to work with new hists designJiri Olsa1-1/+1
2012-03-16perf tools: Do not disable members of group eventNamhyung Kim1-2/+4
2012-03-09perf record: Add support for sampling taken branchRoberto Agostino Vitillo1-0/+4
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo1-0/+10
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo1-2/+2
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern1-1/+1
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+1
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-01-30perf evsel: Fix spelling typoMasanari Iida1-1/+1
2011-12-20perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter1-1/+1
2011-12-20perf record: Add ability to record event periodAndrew Vagin1-0/+3
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin1-0/+79
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+10
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo1-0/+70
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo1-0/+10
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo1-12/+31
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo1-0/+1
2011-09-29perf tools: Fix raw sample readingJiri Olsa1-2/+5
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern1-11/+43
2011-06-02perf script: Add printing of sample addressDavid Ahern1-0/+1
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo1-0/+16
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern1-0/+10
2011-05-22perf tools: Robustify dynamic sample content fetchFrederic Weisbecker1-0/+26
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-1/+5
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo1-20/+7
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo1-4/+17
2011-02-21perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo1-2/+13
2011-02-17perf: make perf stat print user provided full event namesStephane Eranian1-0/+1
2011-02-16perf tool: Add cgroup supportStephane Eranian1-2/+14
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2011-02-03perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo1-1/+1
2011-01-30perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo1-135/+9
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-5/+5
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-2/+2
2011-01-29perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo1-0/+1
2011-01-24perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo1-6/+16
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo1-0/+118
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-1/+1
2011-01-22perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo1-42/+118
2011-01-22perf evsel: Introduce mmap supportArnaldo Carvalho de Melo1-0/+71
2011-01-22perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo1-7/+9
2011-01-22perf evsel: Support event groupsArnaldo Carvalho de Melo1-10/+17