aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05perf tools: Introduce 'P' modifier to request max precisionJiri Olsa1-0/+3
2015-10-05perf evlist: Display DATA_SRC sample type bitJiri Olsa1-1/+1
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar1-0/+1
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter1-0/+1
2015-09-15perf evsel: Propagate error info from tp_formatJiri Olsa1-3/+13
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa1-1/+1
2015-08-31perf record: Add ability to name registers to recordStephane Eranian1-1/+1
2015-08-28perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo1-0/+2
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang1-6/+11
2015-08-12perf callchain: Per-event type selection supportKan Liang1-2/+60
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim1-2/+7
2015-08-10perf record: Support per-event freq termNamhyung Kim1-0/+4
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa1-0/+1
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang1-5/+6
2015-08-05perf tools: Per-event time supportKan Liang1-3/+11
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa1-0/+2
2015-07-29perf tools: Add support for event post configurationJiri Olsa1-0/+31
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter1-0/+3
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter1-0/+1
2015-07-20perf record: Apply filter to all events in a glob matchingWang Nan1-0/+1
2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter1-1/+2
2015-07-06perf evsel: Introduce append_filter() methodArnaldo Carvalho de Melo1-0/+17
2015-07-06perf evsel: Introduce set_filter methodArnaldo Carvalho de Melo1-0/+13
2015-07-06perf evsel: Rename set_filter to apply_filterArnaldo Carvalho de Melo1-2/+2
2015-06-26perf stat: Remove perf_evsel__read_cb functionJiri Olsa1-16/+0
2015-06-26perf stat: Introduce perf_evsel__read functionJiri Olsa1-0/+14
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa1-6/+6
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa1-3/+3
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa1-0/+1
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa1-0/+1
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa1-1/+1
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa1-18/+1
2015-06-11perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter1-1/+1
2015-05-27perf tools: Add hint for 'Too many events are opened.' error messageJiri Olsa1-1/+3
2015-04-29perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter1-0/+1
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra1-160/+128
2015-04-08perf record: Add clockid parameterPeter Zijlstra1-4/+55
2015-03-26perf timechart: Fix SIBGUS error on sparc64David Ahern1-1/+1
2015-02-25perf record: Support recording running/enabled timeAndi Kleen1-0/+6
2015-02-18perf tools: Enable LBR call stack supportKan Liang1-2/+19
2015-01-29perf evsel: Set attr.task bit for a tracking eventNamhyung Kim1-0/+1
2015-01-28perf evsel: Don't rely on malloc working for sz 0Vineet Gupta1-0/+3
2014-12-01perf tools: Remove perf_evsel__read interfaceJiri Olsa1-34/+0
2014-11-24perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa1-0/+16
2014-11-24perf evsel: Introduce perf_counts_values__scale functionJiri Olsa1-25/+22
2014-11-24perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa1-5/+4
2014-11-19perf evsel: Fix ftrace:function event recordingJiri Olsa1-0/+8
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian1-1/+45
2014-11-06perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa1-2/+0
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo1-0/+1