index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-08
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
1
-1
/
+1
2016-06-03
perf evsel: Provide way to extract integer value from format_field
Arnaldo Carvalho de Melo
1
-10
/
+15
2016-06-03
tools/perf: Handle -EOPNOTSUPP for sampling events
Vineet Gupta
1
-0
/
+3
2016-05-30
perf tools: Per event max-stack settings
Arnaldo Carvalho de Melo
1
-2
/
+14
2016-05-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+13
2016-05-20
perf evsel: Add overwrite attribute and check write_backward
Wang Nan
1
-0
/
+13
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-05-17
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-101
/
+38
2016-05-12
perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()
Arnaldo Carvalho de Melo
1
-0
/
+18
2016-05-12
perf evsel: Improve EPERM error handling in open_strerror()
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-05-10
perf evsel: Print state of perf_event_attr.write_backward
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-04-28
perf evsel: Remove two extraneous ending newlines in open_strerror()
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-04-28
perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAIN
Arnaldo Carvalho de Melo
1
-0
/
+8
2016-04-25
perf evlist: Decode perf_event_attr->branch_sample_type
Arnaldo Carvalho de Melo
1
-1
/
+17
2016-04-18
tools/perf: Fix misspellings in comments.
Adam Buchbinder
1
-1
/
+1
2016-04-15
perf evsel: Move fprintf methods to separate source file
Arnaldo Carvalho de Melo
1
-206
/
+0
2016-04-15
perf tools: Remove addr_location argument to sample__fprintf_callchain
Arnaldo Carvalho de Melo
1
-6
/
+2
2016-04-15
perf evsel: Require that callchains be resolved before calling fprintf_{sym,c...
Arnaldo Carvalho de Melo
1
-25
/
+14
2016-04-14
perf evsel: Remove symbol_conf usage
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
1
-4
/
+5
2016-04-13
perf evsel: Move some methods from session.[ch] to evsel.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+131
2016-04-12
perf evsel: Rename config_callgraph() to config_callchain() and make it public
Arnaldo Carvalho de Melo
1
-6
/
+5
2016-04-12
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
1
-3
/
+4
2016-04-02
perf bpf: Add sample types for 'bpf-output' event
Wang Nan
1
-1
/
+2
2016-03-23
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-02-22
perf tools: Introduce bpf-output event
Wang Nan
1
-0
/
+5
2016-02-18
perf record: Add --all-user/--all-kernel options
Jiri Olsa
1
-0
/
+10
2016-01-26
perf tools: Document the perf sysctls
Ben Hutchings
1
-6
/
+9
2016-01-08
perf evlist: Add --trace-fields option to show trace fields
Namhyung Kim
1
-0
/
+23
2015-12-14
perf evsel: Disable branch flags/cycles for --callgraph lbr
Andi Kleen
1
-1
/
+13
2015-12-08
perf evsel: Introduce disable() method
Jiri Olsa
1
-0
/
+10
2015-12-08
perf evsel: Use event maps directly in perf_evsel__enable
Jiri Olsa
1
-1
/
+4
2015-11-26
perf evlist: Display WEIGHT sample type bit
Jiri Olsa
1
-0
/
+1
2015-10-29
perf bpf: Attach eBPF filter to perf event
Wang Nan
1
-0
/
+17
2015-10-28
perf tools: Enable pre-event inherit setting by config terms
Wang Nan
1
-0
/
+9
2015-10-22
perf evsel: Print branch filter state with -vv
Andi Kleen
1
-0
/
+1
2015-10-05
perf tools: Introduce 'P' modifier to request max precision
Jiri Olsa
1
-0
/
+3
2015-10-05
perf evlist: Display DATA_SRC sample type bit
Jiri Olsa
1
-1
/
+1
2015-09-16
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
Ingo Molnar
1
-0
/
+1
2015-09-15
perf evsel: Add own_cpus member
Adrian Hunter
1
-0
/
+1
2015-09-15
perf evsel: Propagate error info from tp_format
Jiri Olsa
1
-3
/
+13
2015-09-14
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
1
-1
/
+1
2015-09-01
perf record: Add ability to name registers to record
Stephane Eranian
1
-1
/
+1
2015-08-28
perf evsel: Add a backpointer to the evlist a evsel is in
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-08-12
perf callchain: Allow disabling call graphs per event
Kan Liang
1
-6
/
+11
2015-08-12
perf callchain: Per-event type selection support
Kan Liang
1
-2
/
+60
2015-08-10
perf evlist: Be more specific on -F/--freq
Namhyung Kim
1
-2
/
+7
2015-08-10
perf record: Support per-event freq term
Namhyung Kim
1
-0
/
+4
2015-08-10
perf tools: Unset perf_event_attr::freq when period term is set
Jiri Olsa
1
-0
/
+1
2015-08-05
perf tools: Refine parse/config callchain functions
Kan Liang
1
-5
/
+6
[prev]
[next]