summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2019-08-07Merge android-4.4.187 (8eb3d65) into msm-4.4Srinivasarao P
2019-08-04Merge 4.4.187 into android-4.4Greg Kroah-Hartman
2019-08-04perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo
2019-05-02Merge android-4.4.179 (aab9adb) into msm-4.4Srinivasarao P
2019-04-30Merge 4.4.179 into android-4.4Greg Kroah-Hartman
2019-04-27perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo
2018-06-27Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P
2018-05-30Merge 4.4.134 into android-4.4Greg Kroah-Hartman
2018-05-30perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo
2016-06-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-06-20perf tools: pushing driver configuration down to the kernelMathieu Poirier
2016-06-20perf tools: add infrastructure for PMU specific configurationMathieu Poirier
2016-06-16BACKPORT: perf tools: Document the perf sysctlsBen Hutchings
2016-06-01perf evsel: Introduce disable() methodJiri Olsa
2016-05-31BACKPORT: perf tools: Document the perf sysctlsBen Hutchings
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan
2015-10-28perf tools: Enable pre-event inherit setting by config termsWang Nan
2015-10-21perf evsel: Print branch filter state with -vvAndi Kleen
2015-10-05perf tools: Introduce 'P' modifier to request max precisionJiri Olsa
2015-10-05perf evlist: Display DATA_SRC sample type bitJiri Olsa
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter
2015-09-15perf evsel: Propagate error info from tp_formatJiri Olsa
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-08-31perf record: Add ability to name registers to recordStephane Eranian
2015-08-28perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-08-12perf callchain: Per-event type selection supportKan Liang
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim
2015-08-10perf record: Support per-event freq termNamhyung Kim
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang
2015-08-05perf tools: Per-event time supportKan Liang
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa
2015-07-29perf tools: Add support for event post configurationJiri Olsa
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter
2015-07-20perf record: Apply filter to all events in a glob matchingWang Nan
2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter
2015-07-06perf evsel: Introduce append_filter() methodArnaldo Carvalho de Melo
2015-07-06perf evsel: Introduce set_filter methodArnaldo Carvalho de Melo
2015-07-06perf evsel: Rename set_filter to apply_filterArnaldo Carvalho de Melo
2015-06-26perf stat: Remove perf_evsel__read_cb functionJiri Olsa
2015-06-26perf stat: Introduce perf_evsel__read functionJiri Olsa
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa